aboutsummaryrefslogtreecommitdiff
path: root/ares/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-07-24 06:29:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-07-24 06:29:38 +0000
commit5e8d3988a25a3183dac7ace1c7aea4d930534ffc (patch)
tree30cf2147b377db4588cb69d84cd5d1e6a26563c4 /ares/maketgz
parent1cd0a0857550b44813edf7d833c3ad2ebdb5e23d (diff)
generate the new configure better
Diffstat (limited to 'ares/maketgz')
-rwxr-xr-xares/maketgz2
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";