diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-10-16 13:52:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-10-16 13:52:05 +0000 |
commit | f6163b375f0aeec85172e93823078de86bdd7bf1 (patch) | |
tree | 3fa5d4e23316080f5eea6161bbbbfdee1f1b9a79 /configure.in | |
parent | b2d73c50d3e3a6ffe88d22f1281158a1e96d1a93 (diff) | |
download | curl-f6163b375f0aeec85172e93823078de86bdd7bf1.tar.gz |
7.4.1 commitcurl-7_4_1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
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 \ |