mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Bump automake deps.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34068 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eb4786c80d
commit
6b0683d8e9
2
INSTALL
2
INSTALL
@ -31,7 +31,7 @@ Note for Subversion (SVN) checkouts
|
||||
-----------------------------
|
||||
|
||||
If you have checked this out from Subversion, you need to have:
|
||||
* automake >= 1.8
|
||||
* automake >= 1.10.1
|
||||
* autoconf >= 2.59c
|
||||
* gettext >= 0.12
|
||||
Then type "./autogen.sh" to build the needed configuration
|
||||
|
@ -16,12 +16,12 @@ test "$automake_version" != "" && {
|
||||
}
|
||||
|
||||
case $automake_version in
|
||||
*' '1.[8-9]*|*' '1.1[01]*)
|
||||
*' '1.10.*|*' '1.11*)
|
||||
;;
|
||||
*)
|
||||
|
||||
echo "This automake version is not supported by LyX."
|
||||
echo "LyX only supports automake 1.8 to 1.11."
|
||||
echo "LyX only supports automake 1.10.1 to 1.11."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
@ -26,7 +26,7 @@ fi
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
save_PACKAGE=$PACKAGE
|
||||
AM_INIT_AUTOMAKE([foreign dist-lzma no-define 1.8])
|
||||
AM_INIT_AUTOMAKE([foreign dist-lzma no-define 1.10])
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||
PACKAGE=$save_PACKAGE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user