LyX works with automake 1.11, as far as I can tell after testing it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30328 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2009-06-30 23:35:08 +00:00
parent 68d936250e
commit 0d6f47799c

View File

@ -16,12 +16,12 @@ test "$automake_version" != "" && {
} }
case $automake_version in 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 "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 exit 1
;; ;;
esac esac