Allow automake 1.15. (Already done in master.)

This commit is contained in:
Richard Heck 2015-06-08 12:11:48 -04:00
parent 9ea4fc6e0f
commit fa7e737b7d

View File

@ -16,7 +16,7 @@ test "$automake_version" != "" && {
}
case $automake_version in
*' '1.[8-9]*|*' '1.1[01234]*)
*' '1.[8-9]*|*' '1.1[012345]*)
;;
*)
echo "This automake version is not supported by LyX."