From 57d97b4cbf02f143905ab4898da04810ebdf4a2b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 13 Dec 2008 12:58:24 +0000 Subject: 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. --- m4/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'm4/Makefile.am') diff --git a/m4/Makefile.am b/m4/Makefile.am index f1eb26eb..f56626d6 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 \ -- cgit