unread
Hello all,
When attempting to build only the libZend.a by executing:
#cd /Zend
Zend# ./buildconf
One gets this message [redundant output was truncated]:
Makefile.am: Lex source seen but LEX' is undefined Makefile.am: The usual way to define
LEX' is to add AM_PROG_LEX' Makefile.am: to
configure.in' and run aclocal' and
autoconf' again.
buildconf: keeping configure
Adding AM_PROG_LEX solves this problem.
Compiling only the archive can be useful for various things so I think
this should be made operational, especially since I don't see any down
side to it.
Attaching a patch.
Thanks,
--
May the source be with you,
Best regards,
Jess Portnoy