aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-19 01:06:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-19 01:06:56 +0000
commit9a95a3f8c3d70ac175fe435c866ddfacf14b1c2c (patch)
tree932601437c5980607ae102d09025abb5fcf03c93
parent485edb777f8ca25964eabf4a117b4aca5f89bc3f (diff)
moved the config.h to lib/config.h
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ba7d0c3d6..8b6ee9c19 100644
--- a/configure.in
+++ b/configure.in
@@ -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`