mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
25a176ee71
commit
3abfd72b27
2
INSTALL
2
INSTALL
@ -37,7 +37,7 @@ Note for Git checkouts
|
|||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
If you have checked this out from Git, you need to have:
|
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)
|
* autoconf (supported versions are 2.65--2.69)
|
||||||
Then type "./autogen.sh" to build the needed configuration
|
Then type "./autogen.sh" to build the needed configuration
|
||||||
files and proceed as stated above/below.
|
files and proceed as stated above/below.
|
||||||
|
@ -16,11 +16,11 @@ test "$automake_version" != "" && {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case $automake_version in
|
case $automake_version in
|
||||||
*' '1.1[45]*)
|
*' '1.1[456]*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "This automake version is not supported by LyX."
|
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
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -95,3 +95,5 @@ What's new
|
|||||||
|
|
||||||
|
|
||||||
* BUILD/INSTALLATION
|
* BUILD/INSTALLATION
|
||||||
|
|
||||||
|
- Add support for automake 1.16.
|
||||||
|
Loading…
Reference in New Issue
Block a user