diff options
Diffstat (limited to 'Build/source/utils/texinfo/m4/Makefile.am')
-rw-r--r-- | Build/source/utils/texinfo/m4/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/utils/texinfo/m4/Makefile.am b/Build/source/utils/texinfo/m4/Makefile.am new file mode 100644 index 00000000000..0ace7ea70bf --- /dev/null +++ b/Build/source/utils/texinfo/m4/Makefile.am @@ -0,0 +1,24 @@ +EXTRA_DIST = intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 nls.m4 po.m4 \ + check-decl.m4 \ + codeset.m4 \ + gettext.m4 \ + glibc21.m4 \ + iconv.m4 \ + intdiv0.m4 \ + inttypes-pri.m4 \ + inttypes.m4 \ + inttypes_h.m4 \ + isc-posix.m4 \ + lcmessage.m4 \ + lib-ld.m4 \ + lib-link.m4 \ + lib-prefix.m4 \ + mkstemp.m4 \ + onceonly.m4 \ + onceonly_2_57.m4 \ + prereq.m4 \ + progtest.m4 \ + stdint_h.m4 \ + strcase.m4 \ + uintmax_t.m4 \ + ulonglong.m4 |