run autoconf
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 2 Jun 2003 21:59:14 +0000 (21:59 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 2 Jun 2003 21:59:14 +0000 (21:59 +0000)
bootstrap

index 1765d3b..d186084 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -104,9 +104,6 @@ sed -e "s%@VERSION@%$VERSION%g" \
     -e "s%@APIVERSION@%$APIVERSION%g" \
     m4/amversion.in >m4/amversion.m4
 
-# Run aclocal
-$PERL ./aclocal.tmp -I m4
-
 # Create temporary replacement for automake
 sed -e "s%@PERL@%$PERL%g" \
     -e "s%@VERSION@%$VERSION%g" \
@@ -116,7 +113,9 @@ sed -e "s%@PERL@%$PERL%g" \
     -e "s%@SHELL@%$BOOTSTRAP_SHELL%g" \
     automake.in >automake.tmp
 
-# Run automake
+# Run the autotools.
+$PERL ./aclocal.tmp -I m4
+autoconf
 $PERL ./automake.tmp
 
 # Remove temporary files and directories