From: Paul Eggert Date: Tue, 17 Jun 2003 07:46:05 +0000 (+0000) Subject: (EXTRA_DIST): Add the following files, which X-Git-Tag: BISON-2_0~256 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/cbb0d2d11688c7e9be4db7eaccc5f4c64429da19 (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. --- diff --git a/m4/Makefile.am b/m4/Makefile.am index 09b5e93e..f73fd306 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -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