add support for automake 1.13

This commit is contained in:
Stephan Witt 2013-01-18 21:17:18 +01:00
parent a6c1486d83
commit b9d5328dae

View File

@ -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