summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2002-09-25 19:20:40 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2002-09-25 19:20:40 +0000
commit71efc14cafee0b6d1344cb26ab80aa7a72e02ba3 (patch)
tree56e93a130d8ab398b5a257a6a022ae0afab8fc7f /bootstrap
parentd6a1e0fe2f191be07e2fe3fb1c42cb4922390d33 (diff)
downloadautomake-71efc14cafee0b6d1344cb26ab80aa7a72e02ba3.tar.gz
run aclocal with -I aclocal-$APIVERSION
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index b755d06e5..3f2ff51a8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -76,7 +76,7 @@ sed -e "s%@PERL@%$PERL%g" \
m4/amversion.in >aclocal-$APIVERSION/amversion-tmp.m4
# Run aclocal
-$PERL ./aclocal.tmp -I m4
+$PERL ./aclocal.tmp -I aclocal-$APIVERSION -I m4
# Create temporary replacement for automake
sed -e "s%@PERL@%$PERL%g" \