From 66d21f95a3fa74ee1940370abdb9c4a2fa1c957a Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 12 May 2003 02:57:09 +0000 Subject: [PATCH] Adjust for new autoconf version --- mksnapshot.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 <