updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kblogger / autotools-version.patch
blob9d8ea9a1286735525f3e56913a57cf81f2440199
1 diff -Naur kompose-0.5.4.orig/admin/cvs.sh kompose-0.5.4/admin/cvs.sh
2 --- kompose-0.5.4.orig/admin/cvs.sh 2006-08-13 14:33:06.000000000 +0530
3 +++ kompose-0.5.4/admin/cvs.sh 2006-08-13 14:33:41.000000000 +0530
4 @@ -32,7 +32,7 @@
5 required_autoconf_version="2.53 or newer"
6 AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
7 case $AUTOCONF_VERSION in
8 - Autoconf*2.5* | autoconf*2.5* ) : ;;
9 + Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
10 "" )
11 echo "*** AUTOCONF NOT FOUND!."
12 echo "*** KDE requires autoconf $required_autoconf_version"
13 @@ -47,7 +47,7 @@
15 AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
16 case $AUTOHEADER_VERSION in
17 - Autoconf*2.5* | autoheader*2.5* ) : ;;
18 + Autoconf*2.5* | autoheader*2.5* | autoheader*2.6* ) : ;;
19 "" )
20 echo "*** AUTOHEADER NOT FOUND!."
21 echo "*** KDE requires autoheader $required_autoconf_version"