mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
configure: stop using the deprecated AM_INIT_AUTOMAKE syntax
This commit is contained in:
parent
cc228ea6f6
commit
511f491cf2
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user