bug-hurd
[Top][All Lists]
Advanced

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

Re: patch for gnu mig configure.ac Yacc.


From: Samuel Thibault
Subject: Re: patch for gnu mig configure.ac Yacc.
Date: Thu, 5 Feb 2015 19:27:08 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Chény, Yves-Gael, le Thu 05 Feb 2015 12:27:43 +0100, a écrit :
> +dnl check for bison for yacc
> +AC_CHECK_PROG([YACC], yacc , [none])
> +[if [ x"$YACC" == "x" ]; then]
> +      AC_MSG_ERROR([could not find yacc provided by bison for the target you 
> requested])
> +[fi]

Mmm, but this doesn't check that this yacc binary is the bison
implementation.  I'd rather something like looking at the output of yacc
--help for bison.

Samuel



reply via email to

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