mirror of
https://github.com/curl/curl.git
synced 2026-07-24 04:47:17 +03:00
configure: stop using the deprecated AM_INIT_AUTOMAKE syntax
This commit is contained in:
parent
cc228ea6f6
commit
511f491cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue