--- a/autogen.sh Tue Jun 03 20:59:06 2003 +0000 +++ b/autogen.sh Tue Jun 03 21:05:12 2003 +0000 @@ -30,16 +30,6 @@ exit; } -# Thanks decklin -if test -f configure.ac ; then - if autoconf --version | grep '2\.[01]' > /dev/null 2>&1 ; then - mv configure.ac configure.2.1x; - echo "configure.ac has been moved to configure.2.1x to retain compatibility with autoconf 2.1x" - echo "Future versions of Gaim will not support autoconf versions older than 2.50" - - fi -fi - echo "Generating configuration files for Gaim, please wait...." echo;