]> git.saurik.com Git - bison.git/commitdiff
(EXTRA_DIST): Add the following files, which
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 07:46:05 +0000 (07:46 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 07:46:05 +0000 (07:46 +0000)
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.

m4/Makefile.am

index 09b5e93e85a6a0bd2786e059d42fd6765e146e18..f73fd3060df02665f058f2ef5add14035575dc17 100644 (file)
@@ -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