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:
Jean-Marc Lasgouttes 2009-09-21 13:13:11 +00:00
parent 4f24c169c5
commit 9ff0b92038
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -142,4 +142,5 @@ What's new
* BUILD/INSTALLATION
- Clarify that we require automake 1.8 (this was already the case, but
nobody noticed).