aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-07-09 00:10:38 +0200
committerYang Tse <yangsita@gmail.com>2013-07-09 00:10:38 +0200
commitfe7e3229f8d43d678bb0d335a091ad1657b408d4 (patch)
treec0df87b10103698427bfacfc7d3a658486d5ea1d /configure.ac
parentecf042ff3cab43feab6a5277b8b94baf684d04e0 (diff)
configure: automake 1.14 compatibility tweak (use XC_AUTOMAKE)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 49309e6f4..b2ad14bbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)