From 5e8d3988a25a3183dac7ace1c7aea4d930534ffc Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Sat, 24 Jul 2004 06:29:38 +0000
Subject: [PATCH] generate the new configure better

---
 ares/maketgz | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ares/maketgz b/ares/maketgz
index f1e4969a27..224079ae10 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";
-- 
GitLab