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.21~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87a858c8404f2f7ebbdd52819566aef57f478fe9;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 ec4259712..b95c7d85f 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.