intl: Unbreak intl build with bison 3 when no regeneration is needed [PR92008]
[deliverable/binutils-gdb.git] / intl / ChangeLog
index 8bb12ff5ff0aa45b77004ee99f17eeebdce38f86..d88f9266838a07bc7ddeec1ca739cdf17c7f2b40 100644 (file)
@@ -1,3 +1,20 @@
+2020-04-16  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/92008
+       * configure.ac: Remove HAVE_BISON3 AC_DEFINE.
+       * Makefile.in (HEADERS): Add plural-config.h.
+       (.y.c): Also create plural-config.h.
+       (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend
+       on plural-config.h.
+       (plural-config.h): Depend on plural.c.
+       * plural-exp.h: Include plural-config.h.  Use USE_BISON3 instead
+       of HAVE_BISON3.
+       * plural.y: Use USE_BISON3 instead of HAVE_BISON3.
+       * configure: Regenerated.
+       * plural.c: Regenerated.
+       * config.h.in: Regenerated.
+       * plural-config.h: Generated.
+
 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
 
        PR bootstrap/92008
This page took 0.025651 seconds and 4 git commands to generate.