]> granicus.if.org Git - curl/commitdiff
moved the config.h to lib/config.h
authorDaniel Stenberg <daniel@haxx.se>
Tue, 19 Feb 2002 01:06:56 +0000 (01:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 Feb 2002 01:06:56 +0000 (01:06 +0000)
configure.in

index ba7d0c3d64d1fded9934298db8c2461fe034c4fd..8b6ee9c194d44b35a453c5dfab033b39f1e3c2b4 100644 (file)
@@ -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`