aboutsummaryrefslogtreecommitdiff
path: root/ares/maketgz
diff options
context:
space:
mode:
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";