From ceefde1e68d999bae310eec180d53035377fb062 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 24 Jul 2004 06:29:38 +0000 Subject: [PATCH] generate the new configure better --- maketgz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maketgz b/maketgz index f1e4969..224079a 100755 --- a/maketgz +++ b/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"; -- 2.7.4