[project @ 2001-05-27 05:00:08 by sof]
authorsof <unknown>
Sun, 27 May 2001 05:00:08 +0000 (05:00 +0000)
committersof <unknown>
Sun, 27 May 2001 05:00:08 +0000 (05:00 +0000)
commit72efdb49a4f3562d2d4dd11792f5ca09db249162
tree963660fb4fb7bd37147f05bb5040c4c3115ede26
parent6438fa3a6973657064be2b5b34dc7f89408f9382
[project @ 2001-05-27 05:00:08 by sof]
'flex' or 'lex' is required to compile up fptools/ (e.g., reqd in
glafp-utils/sgmlverb). autoconf's standard macro AC_PROG_LEX just
defaults to 'lex' if 'flex' isn't found, but doesn't actually
check whether 'lex' is available along PATH.

Added AC_PROG_LEX_STRICT, which extends AC_PROG_LEX by checking
for the presence of 'lex' if 'flex' isn't found. It bails
out with an error message if 'lex' cannot be found.
aclocal.m4
configure.in