1
Fork 0
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:
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

@ -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 )