hello,
thx to apply my patch.
I'll read this for next commit.
Yg.
Vendredi 06-02-2015 à 00:07 Samuel Thibault a écrit:
> Hello,
>
> Yves-Gael Cheny ( irc hurdman_begin ), le Thu 05 Feb 2015 20:02:04 +0100, a
> écrit :
> > A new proposition of patch to check if yacc is provided by bison
>
> Th
Hello,
Yves-Gael Cheny ( irc hurdman_begin ), le Thu 05 Feb 2015 20:02:04 +0100, a
écrit :
> A new proposition of patch to check if yacc is provided by bison
Thanks!
Please however next time check the format of the changelog entry:
see git log to see examples, and the GNU Coding Standards for a
From: "Yves-Gael Cheny ( irc hurdman_begin )"
A new proposition of patch to check if yacc is provided by bison
---
configure.ac |6 ++
1 file changed, 6 insertions(+)
diff --git a/configure.ac b/configure.ac
index efd542a..37bf432 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +
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 chec
Hello,
like in that message,
https://lists.gnu.org/archive/html/bug-hurd/2013-02/msg00131.html
mig does not work with a non "bison" version of yacc.
So, i propose this small patch for mig configure.ac to ensure that yacc version
is provided by bison :
---
--- a/configure.ac
+++ b/
Hello,
like in that message,
https://lists.gnu.org/archive/html/bug-hurd/2013-02/msg00131.html
mig does not work with a non "bison" version of yacc.
So, i propose this small patch for mig configure.ac to ensure that yacc version
is provided by bison :
---
--- a/configure.ac
+++ b/