From 65c0c1b0ca9581d8c1ab69b094ba90fb2dbbf9fc Mon Sep 17 00:00:00 2001 From: hno <> Date: Sat, 19 Oct 2002 03:27:53 +0000 Subject: [PATCH] Workaround for minor automake 1.5 conflict with autoconf 2.53 on the names of certain M4 macros (regex/pathsubst) --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2