From: Bruno Haible Date: Sun, 8 Dec 2024 17:46:45 +0000 (+0100) Subject: Update after gnulib changed. X-Git-Tag: v0.24~114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10901e63cf6c6c414a1fef0a7b96487be932f62a;p=thirdparty%2Fgettext.git Update after gnulib changed. * gettext-tools/src/Makefile.am (DEFS): Remove definition of BISON_LOCALEDIR, now present in config.h. --- diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 40590cdbd..cde2ad29f 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -113,7 +113,7 @@ AM_CPPFLAGS = \ -I../gnulib-lib -I$(top_srcdir)/gnulib-lib \ -I../../gettext-runtime/intl -I$(top_srcdir)/../gettext-runtime/intl DEFS = \ - -DLOCALEDIR=$(localedir_c_make) -DBISON_LOCALEDIR=$(BISON_LOCALEDIR_c_make) \ + -DLOCALEDIR=$(localedir_c_make) \ -DUSEJAVA=$(USEJAVA) \ -DGETTEXTJAR=$(jardir_c_make)\"/gettext.jar\" \ -DBINDIR=$(bindir_c_make) \