]> git.lyx.org Git - lyx.git/commitdiff
Support autoconf 2.60
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 22 Jul 2006 14:32:57 +0000 (14:32 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 22 Jul 2006 14:32:57 +0000 (14:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14492 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index dd6a6c85975af5bfe7efe870e2c6ccce596b22f5..5b6f0b11418cad2847a42d31604ba5402847f6e7 100755 (executable)
@@ -36,14 +36,14 @@ test "$autoversion" != "" && {
     echo "LyX requires autoconf >= 2.52"
     exit 1
 }
-           
+
 case $autoversion in
-    *' '2.5[2-9])
+    *' '2.5[2-9] | *' '2.60)
        EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4"
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.5[2-9]."
+       echo "LyX only supports autoconf 2.5[2-9] | 2.60."
        exit 1
        ;;
 esac