mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +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:
parent
30e3be5a62
commit
17383b7c77
3 changed files with 9 additions and 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.
|
||||
|
|
4
HACKING
4
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.
|
||||
|
|
|
@ -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 )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue