From: Bruno Haible Date: Fri, 19 Jul 2019 21:23:06 +0000 (+0200) Subject: build: Avoid warnings from bison versions >= 3.3. X-Git-Tag: v0.20.2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1b692cef90c62c7de787633f73bd9b5514dbfe6;p=thirdparty%2Fgettext.git build: Avoid warnings from bison versions >= 3.3. Reported by Bernhard Voelker . * gettext-runtime/intl/Makefile.am (YACC): Remove option '-y'. --- diff --git a/gettext-runtime/intl/Makefile.am b/gettext-runtime/intl/Makefile.am index 01e08681e..d11bc36da 100644 --- a/gettext-runtime/intl/Makefile.am +++ b/gettext-runtime/intl/Makefile.am @@ -69,7 +69,7 @@ AM_CPPFLAGS += \ -Drelocate2=libintl_relocate2 \ -DDEPENDS_ON_LIBICONV=1 -YACC = @INTLBISON@ -y -d +YACC = @INTLBISON@ -d BISONFLAGS = --name-prefix=__gettext # Tell the ELF linker which symbols to export.