]> git.lyx.org Git - lyx.git/commitdiff
Autoconf 2.61 has been released, and it works with LyX
authorEnrico Forestieri <forenr@lyx.org>
Sun, 10 Dec 2006 01:33:05 +0000 (01:33 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 10 Dec 2006 01:33:05 +0000 (01:33 +0000)
http://www.mail-archive.com/autotools-announce@gnu.org/msg00023.html

* autogen.sh: allow for autoconf 2.61

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16223 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index d3d346d3bc9fed2377be5ec05816e3191b921811..afad75b4835296cf53041edf9fe84f10e08bedbb 100755 (executable)
@@ -38,12 +38,12 @@ test "$autoversion" != "" && {
 }
 
 case $autoversion in
-    *' '2.5[2-9]|*' '2.60|*' '2.60a)
+    *' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-1])
        EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4"
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.5[2-9]-2.60[a]."
+       echo "LyX only supports autoconf 2.52-2.61."
        exit 1
        ;;
 esac