]> git.lyx.org Git - lyx.git/commitdiff
Allow autoconf 2.67, tested on linux.
authorPavel Sanda <sanda@lyx.org>
Sun, 19 Sep 2010 11:58:35 +0000 (11:58 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 19 Sep 2010 11:58:35 +0000 (11:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35445 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index da8b6aa655b94b22d1c2771e692ec4bf36c9b023..bd15c933907c2db5e013c2bc53fd160afbbc54c9 100755 (executable)
@@ -38,7 +38,7 @@ test "$autoversion" != "" && {
 
 
 case $autoversion in
-    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-5])
+    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-57])
        ;;
     *)
        echo "This autoconf version is not supported by LyX."