* autogen.sh: don't run flex here.
authorMichael Livshin <mlivshin@bigfoot.com>
Tue, 26 Jun 2001 21:20:04 +0000 (21:20 +0000)
committerMichael Livshin <mlivshin@bigfoot.com>
Tue, 26 Jun 2001 21:20:04 +0000 (21:20 +0000)
* HACKING: clarify that _newer_ versions of flex should be just
fine.

ChangeLog
HACKING
autogen.sh

index a3dfa20..10e22b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/HACKING b/HACKING
index ffbfa6d..0d2353d 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -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.
index 9a9c9ab..1e92ab4 100755 (executable)
@@ -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 )