]> git.lyx.org Git - lyx.git/commitdiff
LyX builds and installs just fine with autoconf 2.66
authorEnrico Forestieri <forenr@lyx.org>
Wed, 17 Nov 2010 14:11:15 +0000 (14:11 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 17 Nov 2010 14:11:15 +0000 (14:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36337 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index b6df1b3cdabe74bd1b681e0d7f6e7123269bb180..082be43b758cd1127762d99baa51069ede628505 100755 (executable)
@@ -38,11 +38,11 @@ test "$autoversion" != "" && {
 
 
 case $autoversion in
-    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-578])
+    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-8])
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.59c-2.65, 2.67 and 2.68."
+       echo "LyX only supports autoconf 2.59c-2.68."
        exit 1
        ;;
 esac