]> git.lyx.org Git - lyx.git/commitdiff
LyX works with automake 1.11, as far as I can tell after testing it.
authorEnrico Forestieri <forenr@lyx.org>
Tue, 30 Jun 2009 23:35:08 +0000 (23:35 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 30 Jun 2009 23:35:08 +0000 (23:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30328 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index 3c92d83c3dce49eba2186deaae4e7c43449be4a5..0d75b6f0c3e0b1d268a3bec59e4e40de6e6949c0 100755 (executable)
@@ -16,12 +16,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.[5-9]*|*' '1.10*)
+    *' '1.[5-9]*|*' '1.1[01]*)
        ;;
     *)
 
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.5 to 1.10."
+       echo "LyX only supports automake 1.5 to 1.11."
        exit 1
        ;;
 esac