From: hno <> Date: Sat, 19 Oct 2002 03:27:53 +0000 (+0000) Subject: Workaround for minor automake 1.5 conflict with autoconf 2.53 on the names X-Git-Tag: SQUID_3_0_PRE1~630 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65c0c1b0ca9581d8c1ab69b094ba90fb2dbbf9fc;p=thirdparty%2Fsquid.git Workaround for minor automake 1.5 conflict with autoconf 2.53 on the names of certain M4 macros (regex/pathsubst) --- diff --git a/bootstrap.sh b/bootstrap.sh index 4777d1e3e4..4a3c6cf4c8 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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