diff options
author | Michael Livshin <mlivshin@bigfoot.com> | 2001-06-26 21:20:04 +0000 |
---|---|---|
committer | Michael Livshin <mlivshin@bigfoot.com> | 2001-06-26 21:20:04 +0000 |
commit | 17383b7c773eaca6e5ab488c9edd1fa313c33248 (patch) | |
tree | 4faf35df0c7bb2ca368b2e824593b20583a56f4f | |
parent | 30e3be5a62d957efa70484fb5152a1039daaf46f (diff) | |
download | guile-17383b7c773eaca6e5ab488c9edd1fa313c33248.tar.gz |
* autogen.sh: don't run flex here.
* HACKING: clarify that _newer_ versions of flex should be just
fine.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | HACKING | 4 | ||||
-rwxr-xr-x | autogen.sh | 1 |
3 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2001-06-27 Michael Livshin <mlivshin@bigfoot.com> + + * autogen.sh: don't run flex here. + + * HACKING: clarify that newer versions of flex should be just + fine. + 2001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de> * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module. @@ -57,8 +57,8 @@ libtool 1.4 --- a system for managing the zillion hairy options needed on various systems to produce shared libraries. Available in "ftp://ftp.gnu.org/pub/gnu/libtool" -flex 2.5.4 --- a tokenizer generator. earlier versions will most - probably work too. +flex 2.5.4 (or newer) --- a scanner generator. earlier versions will + most probably work too. You are lost in a little maze of automatically generated files, all different. diff --git a/autogen.sh b/autogen.sh index 9a9c9abfa..1e92ab4b9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,7 +11,6 @@ libtoolize --copy --automake --ltdl autoheader autoconf automake --add-missing -flex -t libguile/c-tokenize.lex > libguile/c-tokenize.c ( echo "guile-readline..."; cd guile-readline; ./autogen.sh ) |