configure: automake 1.14 compatibility tweak (use XC_AUTOMAKE)
authorYang Tse <yangsita@gmail.com>
Mon, 8 Jul 2013 22:10:38 +0000 (00:10 +0200)
committerYang Tse <yangsita@gmail.com>
Mon, 8 Jul 2013 22:10:38 +0000 (00:10 +0200)
configure.ac

index 49309e6..b2ad14b 100644 (file)
@@ -126,7 +126,7 @@ fi
 dnl figure out the libcurl version
 CURLVERSION=`$SED -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' ${srcdir}/include/curl/curlver.h`
 XC_CHECK_PROG_CC
-AM_INIT_AUTOMAKE
+XC_AUTOMAKE
 AC_MSG_CHECKING([curl version])
 AC_MSG_RESULT($CURLVERSION)