From 9f4dbf7bbb6ef878d2c116f6d790dc0dc38bab8e Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 21 Oct 2002 05:19:09 +0000 Subject: [PATCH] Make temporary backup have .bak extension --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index f326b58912..bbffbbb443 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -62,7 +62,7 @@ acver=`find_version autoconf ${acversions}` bootstrap aclocal$amver #workaround for Automake 1.5 if grep m4_regex aclocal.m4 >/dev/null; then - perl -ibak -p -e 's/m4_patsubst/m4_bpatsubst/g; s/m4_regexp/m4_bregexp/g;' aclocal.m4 + perl -i.bak -p -e 's/m4_patsubst/m4_bpatsubst/g; s/m4_regexp/m4_bregexp/g;' aclocal.m4 fi bootstrap autoheader$acver bootstrap automake$amver --foreign --add-missing -- 2.47.2