mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:27:16 +03:00
configure: automake 1.14 compatibility tweak (use XC_AUTOMAKE)
This commit is contained in:
parent
ecf042ff3c
commit
fe7e3229f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue