mirror of
https://github.com/curl/curl.git
synced 2026-06-06 16:54:15 +03:00
moved the config.h to lib/config.h
This commit is contained in:
parent
485edb777f
commit
9a95a3f8c3
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ AC_PREREQ(2.50)
|
|||
dnl First some basic init macros
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([lib/urldata.h])
|
||||
AM_CONFIG_HEADER(config.h src/config.h)
|
||||
AM_CONFIG_HEADER(lib/config.h src/config.h)
|
||||
|
||||
dnl figure out the libcurl version
|
||||
VERSION=`sed -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' ${srcdir}/include/curl/curl.h`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue