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
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* ) : ;;
11 echo "*** AUTOCONF NOT FOUND!."
12 echo "*** KDE requires autoconf $required_autoconf_version"
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* ) : ;;
20 echo "*** AUTOHEADER NOT FOUND!."
21 echo "*** KDE requires autoheader $required_autoconf_version"