diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-03-15 11:27:44 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-03-15 11:27:44 +0100 |
commit | 511f491cf2f8e5d4999d81f63f39ae15a8378395 (patch) | |
tree | 68dc6181490e8667146af56d6f3951d811ed6b2d /configure.ac | |
parent | cc228ea6f61a4543cbec3568b37bf881ab1010ac (diff) | |
download | curl-511f491cf2f8e5d4999d81f63f39ae15a8378395.tar.gz |
configure: stop using the deprecated AM_INIT_AUTOMAKE syntax
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bd8173d7f..0f8c1c8e9 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) |