summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2008-05-31 17:57:14 +0000
committerwlestes <wlestes>2008-05-31 17:57:14 +0000
commit58dbc62e5cb89949b13c15ef4c86c4dc573ed577 (patch)
tree3c5dcf5798fe4a896665036c984df0c62dc862dc
parentbdae7bd8c3f28c36c7c069061c9ade766156e52a (diff)
downloadflex-58dbc62e5cb89949b13c15ef4c86c4dc573ed577.tar.gz
document GNU auto* version changes for building flex from cvs
-rw-r--r--README.cvs6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.cvs b/README.cvs
index 65d5576..9544b24 100644
--- a/README.cvs
+++ b/README.cvs
@@ -16,15 +16,15 @@ files needed to make building flex easy are included. You don't have
that in the cvs tree.
You will need various external tools in order to build the distribution. Here is
-a (hopefully complete and correct) list of the required tools. Always get the latest
-version of each tool; we list the versions used in development of
+a (hopefully complete and correct) list of the required tools. Always get the
+latest version of each tool; we list the versions used in development of
flex, but the listed versions may not work for you.
compiler suite; e.g., gcc
bash or some other fairly robust sh-style shell
GNU bison; to generate parse.c from parse.y
GNU m4 1.4; required by GNU autoconf (yes, it *must* be GNU m4)
-GNU autoconf 2.59 and GNU automake 1.9.6; for generating Makefiles etc.
+GNU autoconf 2.60 and GNU automake 1.10; for generating Makefiles etc.
GNU gettext 0.14.5; for i18n
flex (latest beta release); for bootstrap of scan.l
help2man 1.36; to generate the flex man page