diff options
author | Yang Tse <yangsita@gmail.com> | 2013-07-09 00:10:38 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-07-09 00:10:38 +0200 |
commit | fe7e3229f8d43d678bb0d335a091ad1657b408d4 (patch) | |
tree | c0df87b10103698427bfacfc7d3a658486d5ea1d | |
parent | ecf042ff3cab43feab6a5277b8b94baf684d04e0 (diff) |
configure: automake 1.14 compatibility tweak (use XC_AUTOMAKE)
-rw-r--r-- | configure.ac | 2 |
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) |