File autoconf-version.patch of Package skim-scim-anthy
diff -ru skim-scim-anthy-1.2.0.orig/admin/cvs.sh skim-scim-anthy-1.2.0/admin/cvs.sh
--- skim-scim-anthy-1.2.0.orig/admin/cvs.sh 2005-04-01 21:23:07.000000000 +0200
+++ skim-scim-anthy-1.2.0/admin/cvs.sh 2006-09-05 11:40:40.000000000 +0200
@@ -32,7 +32,7 @@
required_autoconf_version="2.53 or newer"
AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
case $AUTOCONF_VERSION in
- Autoconf*2.5* | autoconf*2.5* ) : ;;
+ Autoconf*2.5* | autoconf*2.5* | Autoconf*2.6* | autoconf*2.6* ) : ;;
"" )
echo "*** AUTOCONF NOT FOUND!."
echo "*** KDE requires autoconf $required_autoconf_version"
@@ -47,7 +47,7 @@
AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
case $AUTOHEADER_VERSION in
- Autoconf*2.5* | autoheader*2.5* ) : ;;
+ Autoconf*2.5* | autoheader*2.5* | Autoconf*2.6* | autoheader*2.6* ) : ;;
"" )
echo "*** AUTOHEADER NOT FOUND!."
echo "*** KDE requires autoheader $required_autoconf_version"