moved the src/config.h stuff to the bottom, as automake were adding include
authorDaniel Stenberg <daniel@haxx.se>
Fri, 6 Oct 2000 10:40:43 +0000 (10:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Oct 2000 10:40:43 +0000 (10:40 +0000)
stuff to ../src in the lib directory's Makefile.in otherwise!

configure.in

index b3846b8..3da1171 100644 (file)
@@ -1,8 +1,8 @@
 dnl $Id$
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(lib/urldata.h)
-AM_CONFIG_HEADER(config.h src/config.h)
-AM_INIT_AUTOMAKE(curl,"7.3")
+AM_CONFIG_HEADER(config.h)
+AM_INIT_AUTOMAKE(curl,"7.4-pre3")
 AM_PROG_LIBTOOL
 
 dnl
@@ -554,6 +554,7 @@ AC_OUTPUT( Makefile \
           docs/Makefile \
           include/Makefile \
           include/curl/Makefile \
+           src/config.h \
           src/Makefile \
            lib/Makefile )
 dnl       perl/checklinks.pl \