bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bison patch to work around gettext 0.12.1 m4 problem


From: Paul Eggert
Subject: Bison patch to work around gettext 0.12.1 m4 problem
Date: Tue, 17 Jun 2003 00:48:34 -0700

I installed the following patch to work around a problem I ran into
with gettext 0.12.1.

2003-06-17  Paul Eggert  <address@hidden>

        * m4/Makefile.am (EXTRA_DIST): Add the following files, which
        shouldn't be needed according to the gettext 0.12.1 documentation
        but which seem to be needed anyway: codeset.m4 glibc21.m4
        intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4
        lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/bison/bison/m4/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -p -u -r1.24 -r1.25
--- Makefile.am 12 Mar 2003 23:08:11 -0000      1.24
+++ Makefile.am 17 Jun 2003 07:46:05 -0000      1.25
@@ -8,4 +8,6 @@ EXTRA_DIST = \
   realloc.m4 stdbool.m4 \
   stpcpy.m4 strnlen.m4 strtol.m4 strtoul.m4 \
   subpipe.m4 timevar.m4 unlocked-io.m4 warning.m4 xalloc.m4 \
-  gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4
+  gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 \
+  codeset.m4 glibc21.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 \
+  lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]