]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Avoid warnings from bison versions >= 3.3.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Jul 2019 21:23:06 +0000 (23:23 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 10:53:05 +0000 (12:53 +0200)
Reported by Bernhard Voelker <mail@bernhard-voelker.de>.

* gettext-runtime/intl/Makefile.am (YACC): Remove option '-y'.

gettext-runtime/intl/Makefile.am

index 01e08681e4faa8c877d2dd8a25a2dc9ec20956a2..d11bc36daa4a607f162371f1e62930118a078fe6 100644 (file)
@@ -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.