From e1b692cef90c62c7de787633f73bd9b5514dbfe6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 19 Jul 2019 23:23:06 +0200 Subject: [PATCH] build: Avoid warnings from bison versions >= 3.3. Reported by Bernhard Voelker . * gettext-runtime/intl/Makefile.am (YACC): Remove option '-y'. --- gettext-runtime/intl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2