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 | ceefde1e68d999bae310eec180d53035377fb062 (patch) | |
tree | 4907cc954887fea69de7b38ec295140aa9f7174a | |
parent | 858e2459e4938bb872dbfbfcabcb6a53672fa00d (diff) | |
download | c-ares-ceefde1e68d999bae310eec180d53035377fb062.tar.gz c-ares-ceefde1e68d999bae310eec180d53035377fb062.tar.bz2 c-ares-ceefde1e68d999bae310eec180d53035377fb062.zip |
generate the new configure better
-rwxr-xr-x | maketgz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |