diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-12-13 16:46:47 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-12-13 16:46:47 +0000 |
commit | 01c8ef2b011e11337974d7cabad03dac21659c6f (patch) | |
tree | a76eeafba6f7c037d06a64d6087b396173111438 /m4 | |
parent | d968807689e4e80725380c319b2a2ab24e997fbb (diff) |
m4/Makefile.am: Two more .m4 that aren't shipped anymore with gettext >= 0.17.
Original commit message from CVS:
* m4/Makefile.am:
Two more .m4 that aren't shipped anymore with gettext >= 0.17.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 7196c5f..07253c9 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -6,12 +6,10 @@ EXTRA_DIST = \ intdiv0.m4 \ inttypes-pri.m4 \ inttypes_h.m4 \ - isc-posix.m4 \ lcmessage.m4 \ lib-ld.m4 \ lib-link.m4 \ lib-prefix.m4 \ progtest.m4 \ stdint_h.m4 \ - uintmax_t.m4 \ - ulonglong.m4 + uintmax_t.m4 |