bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Configure does not check for Flex and Texinfo (cvs head)


From: Paul Eggert
Subject: Re: Configure does not check for Flex and Texinfo (cvs head)
Date: Sat, 06 Oct 2007 00:19:33 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Sebastian Pipping <address@hidden> 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 <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]