generate the new configure better

This commit is contained in:
Daniel Stenberg 2004-07-24 06:29:38 +00:00
parent 1cd0a08575
commit 5e8d3988a2
1 changed files with 1 additions and 1 deletions

View File

@ -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";