From: Daniel Stenberg Date: Tue, 15 Mar 2011 10:27:44 +0000 (+0100) Subject: configure: stop using the deprecated AM_INIT_AUTOMAKE syntax X-Git-Tag: curl-7_21_5~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=511f491cf2f8e5d4999d81f63f39ae15a8378395;p=thirdparty%2Fcurl.git configure: stop using the deprecated AM_INIT_AUTOMAKE syntax --- diff --git a/configure.ac b/configure.ac index bd8173d7fb..0f8c1c8e97 100644 --- a/configure.ac +++ b/configure.ac @@ -121,7 +121,7 @@ fi dnl figure out the libcurl version VERSION=`$SED -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' ${srcdir}/include/curl/curlver.h` -AM_INIT_AUTOMAKE(curl,$VERSION) +AM_INIT_AUTOMAKE AC_MSG_CHECKING([curl version]) AC_MSG_RESULT($VERSION)