diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2003-06-02 21:59:14 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2003-06-02 21:59:14 +0000 |
commit | 6735518ef1192a010961ca590f0ed361f97dc8a2 (patch) | |
tree | fe154391681818a93c3cf33a372b9d7556b4ac76 /bootstrap | |
parent | f68696e2e70cca41e7590ddbe9245ed806220514 (diff) | |
download | automake-6735518ef1192a010961ca590f0ed361f97dc8a2.tar.gz |
run autoconf
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |