summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-06-02 21:59:14 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-06-02 21:59:14 +0000
commit6735518ef1192a010961ca590f0ed361f97dc8a2 (patch)
treefe154391681818a93c3cf33a372b9d7556b4ac76 /bootstrap
parentf68696e2e70cca41e7590ddbe9245ed806220514 (diff)
downloadautomake-6735518ef1192a010961ca590f0ed361f97dc8a2.tar.gz
run autoconf
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 3 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 1765d3b51..d1860847a 100755
--- 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