]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Workaround for minor automake 1.5 conflict with autoconf 2.53 on the names
authorhno <>
Sat, 19 Oct 2002 03:27:53 +0000 (03:27 +0000)
committerhno <>
Sat, 19 Oct 2002 03:27:53 +0000 (03:27 +0000)
of certain M4 macros (regex/pathsubst)

bootstrap.sh

index 4777d1e3e41cd267092fb54a0e2515b41b7a6ebb..4a3c6cf4c8ec14b7ac2a63aaaafbc3158aaded0d 100755 (executable)
@@ -60,6 +60,7 @@ acver=`find_version autoconf ${acversions}`
 
 # Bootstrap the autotool subsystems
 bootstrap aclocal$amver
+perl -i -p -e 's/m4_patsubst/m4_bpatsubst/g; s/m4_regexp/m4_bregex/g;' aclocal.m4
 bootstrap autoheader$acver
 bootstrap automake$amver --foreign --add-missing
 bootstrap autoconf$acver