diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-12-13 13:03:18 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-12-13 13:03:18 +0000 |
commit | d968807689e4e80725380c319b2a2ab24e997fbb (patch) | |
tree | 6d8e0d350fb7f32de8a813bfba108517bf15d596 /m4 | |
parent | 8b35acc1ba3877c65ea796bca8ae36b63a348aed (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 226cc47..7196c5f 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -5,7 +5,6 @@ EXTRA_DIST = \ iconv.m4 \ intdiv0.m4 \ inttypes-pri.m4 \ - nttypes.m4 \ inttypes_h.m4 \ isc-posix.m4 \ lcmessage.m4 \ |