Updated Portuguese translation for the BFD sub-directory
[binutils-gdb.git] / intl / ChangeLog
index 8bb12ff5ff0aa45b77004ee99f17eeebdce38f86..00827d7faeb513216f68343f53444f74d0c3bf9a 100644 (file)
@@ -1,3 +1,37 @@
+2021-06-14  Michael Forney  <mforney@mforney.org>
+
+       * configure: Regenerate.
+
+2021-02-04  Nick Alcock  <nick.alcock@oracle.com>
+
+       * configure.ac (LIBINTL): Transform into -L/-lintl form.
+       * configure: Regenerate.
+
+2021-02-02  Nick Alcock  <nick.alcock@oracle.com>
+
+       * aclocal.m4: include picflag.m4.
+       * configure.ac (PICFLAG): Add and substitute.
+       * Makefile.in (PICFLAG): New.
+       (COMPILE): Use it.
+       * configure: Regenerate.
+
+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