From 5e5782df3d7c2dc152ba451c933d451250b8e77b Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 25 Sep 2002 19:20:40 +0000 Subject: [PATCH] run aclocal with -I aclocal-$APIVERSION --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index b755d06e..3f2ff51a 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" \ -- 2.43.5