diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-24 06:29:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-24 06:29:38 +0000 |
commit | 5e8d3988a25a3183dac7ace1c7aea4d930534ffc (patch) | |
tree | 30cf2147b377db4588cb69d84cd5d1e6a26563c4 /ares | |
parent | 1cd0a0857550b44813edf7d833c3ad2ebdb5e23d (diff) | |
download | curl-5e8d3988a25a3183dac7ace1c7aea4d930534ffc.tar.gz |
generate the new configure better
Diffstat (limited to 'ares')
-rwxr-xr-x | ares/maketgz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/maketgz b/ares/maketgz index f1e4969a2..224079ae1 100755 --- a/ares/maketgz +++ b/ares/maketgz @@ -21,7 +21,7 @@ print "adding $version in the configure.ac file\n"; # now make a new configure script with this print "makes a new configure script\n"; -`autoconf configure.ac-rel`; +`autoconf configure.ac-rel >configure`; # now run this new configure to get a fine makefile print "running configure\n"; |