]> sourceware.org Git - automake.git/commitdiff
run aclocal with -I aclocal-$APIVERSION
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 25 Sep 2002 19:20:40 +0000 (19:20 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 25 Sep 2002 19:20:40 +0000 (19:20 +0000)
bootstrap

index b755d06e5616d6bca0b88c2ac046863d22dd9ac4..3f2ff51a827fc5eaf622a4a0e18cae499b1d531f 100755 (executable)
--- 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" \
This page took 0.024183 seconds and 5 git commands to generate.