From: hno <> Date: Mon, 12 May 2003 02:57:09 +0000 (+0000) Subject: Adjust for new autoconf version X-Git-Tag: SQUID_3_0_PRE1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d21f95a3fa74ee1940370abdb9c4a2fa1c957a;p=thirdparty%2Fsquid.git Adjust for new autoconf version --- diff --git a/mksnapshot.sh b/mksnapshot.sh index f5cf9a4357..cfb1a95f54 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -23,9 +23,8 @@ if [ ! -f $tmpdir/configure ]; then fi cd $tmpdir -eval CVS`grep ^VERSION= configure` -VERSION=`echo $CVSVERSION | sed -e 's/-CVS//'` -eval `grep ^PACKAGE= configure` +eval `grep "^ *VERSION=" configure | sed -e 's/-CVS//'` +eval `grep "^ *PACKAGE=" configure` ed -s configure.in <