--- moodin/admin/cvs.sh-- 2007-01-26 14:36:43.000000000 +0100 +++ moodin/admin/cvs.sh 2007-01-26 14:37:10.000000000 +0100 @@ -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* ) : ;; "" ) 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* | autoheader*2.6* ) : ;; "" ) echo "*** AUTOHEADER NOT FOUND!." echo "*** KDE requires autoheader $required_autoconf_version" --- moodin/admin/detect-autoconf.sh-- 2007-01-26 14:37:38.000000000 +0100 +++ moodin/admin/detect-autoconf.sh 2007-01-26 14:37:52.000000000 +0100 @@ -10,7 +10,7 @@ # Please add higher versions first. The last version number is the minimum # needed to compile KDE. Do not forget to include the name/version # # separator if one is present, e.g. -1.2 where - is the separator. -KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x" +KDE_AUTOCONF_VERS="-2.65 -2.63 -2.62 -2.61 -2.60 -2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x" KDE_AUTOMAKE_VERS="-1.7 17 -1.6" # We don't use variable here for remembering the type ... strings. Local