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

* HACKING: mention flex.

* autogen.sh: generate libguile/c-tokenize.c.
This commit is contained in:
Michael Livshin 2001-06-25 03:31:10 +00:00
parent 58e17e276b
commit 093e7da4bc
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2001-06-25 Michael Livshin <mlivshin@bigfoot.com>
* HACKING: mention flex.
* autogen.sh: generate libguile/c-tokenize.c.
2001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de> 2001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* libguile.h: Removed inclusion of libguile/tag.h. * libguile.h: Removed inclusion of libguile/tag.h.

View file

@ -57,9 +57,11 @@ 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
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.
>
Contributing Your Changes ============================================ Contributing Your Changes ============================================

View file

@ -11,5 +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 )