Hi,

autoconf 2.60 seems to work fine for autogen.sh so I just added the
switch to allow it.

2006-07-15  Mark Wielaard  <[EMAIL PROTECTED]>

       * autogen.sh: Recognize autoconf 2.60.

Committed,

Mark

diff -u -r1.14 autogen.sh
--- autogen.sh  11 Nov 2005 18:37:29 -0000      1.14
+++ autogen.sh  15 Jul 2006 19:24:20 -0000
@@ -41,11 +41,14 @@
            2.59*)
                have_autoconf=true
                ;;
+           2.60*)
+               have_autoconf=true
+               ;;
        esac
 fi
 if $have_autoconf ; then : ; else
        echo
-       echo "You must have autoconf 2.59 installed to compile $PROJECT."
+       echo "You must have autoconf 2.59 or 2.60 installed for $PROJECT."
        echo "Install the appropriate package for your distribution,"
        echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/";
        DIE=1

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to