flex
- No release in over 8 years; stuck on version
2.6.4
and pulling the latestgit
breaks a LOT of things - Depends on itself,
help2man
andtexi2dvi
- Depends on
bison
; does not work withbyacc
- Touch
doc/flex.1
to preventhelp2man
from breakingmake install-strip
- glaucus does not use
libfl
(gcc
will complain regardless iflibfl
exists or not) - Explicitly specify
ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes
otherwise it will be guessed asno