1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* autogen.sh: don't run flex here.

* HACKING: clarify that _newer_ versions of flex should be just
fine.
This commit is contained in:
Michael Livshin 2001-06-26 21:20:04 +00:00
parent 30e3be5a62
commit 17383b7c77
3 changed files with 9 additions and 3 deletions

View file

@ -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> 2001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module. * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.

View file

@ -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 on various systems to produce shared libraries. Available in
"ftp://ftp.gnu.org/pub/gnu/libtool" "ftp://ftp.gnu.org/pub/gnu/libtool"
flex 2.5.4 --- a tokenizer generator. earlier versions will most flex 2.5.4 (or newer) --- a scanner generator. earlier versions will
probably work too. most probably work too.
You are lost in a little maze of automatically generated files, all You are lost in a little maze of automatically generated files, all
different. different.

View file

@ -11,7 +11,6 @@ libtoolize --copy --automake --ltdl
autoheader autoheader
autoconf autoconf
automake --add-missing automake --add-missing
flex -t libguile/c-tokenize.lex > libguile/c-tokenize.c
( echo "guile-readline..."; cd guile-readline; ./autogen.sh ) ( echo "guile-readline..."; cd guile-readline; ./autogen.sh )