diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-12-13 12:41:56 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-12-13 12:41:56 +0000 |
commit | 4fa4fdf7c09616b7ec3a88c8460d7afe08260624 (patch) | |
tree | d16d3ed07970a50b1870a206c2e31eeb47bd537e /m4 | |
parent | 04d9ff9a245d0e6e3d4b224a924453849ee2b5a9 (diff) |
m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we...
Original commit message from CVS:
* m4/Makefile.am:
inttypes.m4 hasn't been available since gettext-0.15, and since we now
require gettext >= 0.17 ... we can remove it from the list of files to
dist.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 90d5cd695..7bc600ee4 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -25,7 +25,6 @@ EXTRA_DIST = \ iconv.m4 \ intdiv0.m4 \ inttypes_h.m4 \ - inttypes.m4 \ inttypes-pri.m4 \ isc-posix.m4 \ lcmessage.m4 \ |