projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f68696e
)
run autoconf
author
Alexandre Duret-Lutz
<adl@gnu.org>
Mon, 2 Jun 2003 21:59:14 +0000
(21:59 +0000)
committer
Alexandre Duret-Lutz
<adl@gnu.org>
Mon, 2 Jun 2003 21:59:14 +0000
(21:59 +0000)
bootstrap
patch
|
blob
|
history
diff --git
a/bootstrap
b/bootstrap
index 1765d3b512e2f2c2c2d40e16a027093d3f09f5e0..d1860847a4de7207414fc53490ddc25e641430f8 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