1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +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

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