From: hno <> Date: Mon, 21 Oct 2002 05:19:09 +0000 (+0000) Subject: Make temporary backup have .bak extension X-Git-Tag: SQUID_3_0_PRE1~614 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f4dbf7bbb6ef878d2c116f6d790dc0dc38bab8e;p=thirdparty%2Fsquid.git Make temporary backup have .bak extension --- 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