mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
clarify that we require automake 1.8
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31434 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4f24c169c5
commit
9ff0b92038
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.5
|
||||
* automake >= 1.8
|
||||
* autoconf >= 2.59c
|
||||
* gettext >= 0.12
|
||||
Then type "./autogen.sh" to build the needed configuration
|
||||
|
@ -26,7 +26,7 @@ fi
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
save_PACKAGE=$PACKAGE
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-define 1.5])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-define 1.8])
|
||||
PACKAGE=$save_PACKAGE
|
||||
|
||||
### Set the execute permissions of the various scripts correctly
|
||||
|
@ -142,4 +142,5 @@ What's new
|
||||
|
||||
* BUILD/INSTALLATION
|
||||
|
||||
|
||||
- Clarify that we require automake 1.8 (this was already the case, but
|
||||
nobody noticed).
|
||||
|
Loading…
Reference in New Issue
Block a user