From 39fb7a2961c2375233cea7e6ee46d92e0b00e8c0 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Tue, 23 Apr 2013 03:00:20 -0400 Subject: [PATCH] Update bison --- Makefile.am | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a359ac00..6a851b50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ # vim:ft=automake -ACLOCAL_AMFLAGS = -I m4 -I libtest/m4 +ACLOCAL_AMFLAGS= -I m4 -I libtest/m4 +AM_YFLAGS= -d # includes append to these: SUFFIXES = @@ -140,6 +141,7 @@ maintainer-clean-local: -rm -f build-aux/install-sh -rm -f build-aux/ltmain.sh -rm -f build-aux/missing + -rm -f build-aux/ylwrap -rm -f mem_config.in -rm -f config.log -rm -f config.status diff --git a/configure.ac b/configure.ac index a70143ab..a81827a2 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ AC_PROG_AWK AC_PROG_SED AC_PROG_MKDIR_P AC_CHECK_PROGS([LEX],['flex'],[:]) -AC_CHECK_PROGS([YACC],['bison'],[:]) +AC_CHECK_PROGS([YACC],['bison --warnings=all'],[:]) AX_PROG_SPHINX_BUILD AX_PROG_MEMCACHED -- 2.30.2