]> git.lyx.org Git - lyx.git/commitdiff
add support for automake 1.13
authorStephan Witt <switt@lyx.org>
Fri, 18 Jan 2013 20:17:18 +0000 (21:17 +0100)
committerStephan Witt <switt@lyx.org>
Sun, 20 Jan 2013 11:45:34 +0000 (12:45 +0100)
autogen.sh

index b03318f9a63b3d665302a1eac12dd84ade35906b..8eb194ed6db70bc0ac59ec17a63133b18758fd85 100755 (executable)
@@ -16,12 +16,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.[8-9]*|*' '1.1[012]*)
+    *' '1.[8-9]*|*' '1.1[0123]*)
        ;;
     *)
 
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.8 to 1.12."
+       echo "LyX only supports automake 1.8 to 1.13."
        exit 1
        ;;
 esac