Sebastian Pipping <[EMAIL PROTECTED]> writes: > +if test -a bootstrap ; then
This doesn't look right; "test -a" is not portable. Also, why test only lex and makeinfo; shouldn't there be similar tests for other tools? Sebastian Pipping <[EMAIL PROTECTED]> writes: > I also removed AC_PROG_LEX and AC_PROG_YACC - can I do that? > I read they just set variables. You didn't remove AC_PROG_LEX. AC_PROG_YACC is a bit odd, because it's a bootstrapping issue of a different sort. I'm not sure it's safe to remove.
