mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Update to accept automake 1.16
This commit is contained in:
parent
1ae537c543
commit
61db4af82d
2
INSTALL
2
INSTALL
@ -36,7 +36,7 @@ Note for Git checkouts
|
||||
-----------------------------
|
||||
|
||||
If you have checked this out from Git, you need to have:
|
||||
* automake (supported versions are 1.14--1.15)
|
||||
* automake (supported versions are 1.14--1.16)
|
||||
* autoconf (supported versions are 2.65--2.69)
|
||||
Then type "./autogen.sh" to build the needed configuration
|
||||
files and proceed as stated above/below.
|
||||
|
@ -16,11 +16,11 @@ else
|
||||
fi
|
||||
|
||||
case $automake_version in
|
||||
*' '1.1[45]*)
|
||||
*' '1.1[456]*)
|
||||
;;
|
||||
*)
|
||||
echo "This automake version is not supported by LyX."
|
||||
echo "LyX only supports automake 1.14 to 1.15."
|
||||
echo "LyX only supports automake 1.14 through 1.16."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user