]> git.lyx.org Git - lyx.git/commitdiff
automake 1.10 works
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 14 Feb 2007 08:19:03 +0000 (08:19 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 14 Feb 2007 08:19:03 +0000 (08:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17178 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index afad75b4835296cf53041edf9fe84f10e08bedbb..e43a5f96ea7f199be93cabd3a6d5850de9dccf97 100755 (executable)
@@ -17,12 +17,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.9*)
+    *' '1.9*|*' '1.10*)
        ;;
     *)
 
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.9."
+       echo "LyX only supports automake 1.9 and 1.10."
        exit 1
        ;;
 esac