]> git.lyx.org Git - lyx.git/commitdiff
Upgrade to autoconf 2.64
authorPavel Sanda <sanda@lyx.org>
Tue, 4 Aug 2009 11:49:24 +0000 (11:49 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 4 Aug 2009 11:49:24 +0000 (11:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30859 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index 0d75b6f0c3e0b1d268a3bec59e4e40de6e6949c0..c2582165294412fe132a0f706556f357eb441c19 100755 (executable)
@@ -38,11 +38,11 @@ test "$autoversion" != "" && {
 
 
 case $autoversion in
-    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-3])
+    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-4])
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.59c-2.63."
+       echo "LyX only supports autoconf 2.59c-2.64."
        exit 1
        ;;
 esac