aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-16 13:52:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-16 13:52:05 +0000
commitf6163b375f0aeec85172e93823078de86bdd7bf1 (patch)
tree3fa5d4e23316080f5eea6161bbbbfdee1f1b9a79 /configure.in
parentb2d73c50d3e3a6ffe88d22f1281158a1e96d1a93 (diff)
7.4.1 commit
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 3da11715e..3b701db21 100644
--- a/configure.in
+++ b/configure.in
@@ -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)
-AM_INIT_AUTOMAKE(curl,"7.4-pre3")
+AM_CONFIG_HEADER(config.h src/config.h)
+AM_INIT_AUTOMAKE(curl,"7.4.1")
AM_PROG_LIBTOOL
dnl
@@ -554,7 +554,6 @@ AC_OUTPUT( Makefile \
docs/Makefile \
include/Makefile \
include/curl/Makefile \
- src/config.h \
src/Makefile \
lib/Makefile )
dnl perl/checklinks.pl \