diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-12-13 13:00:10 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-12-13 13:00:10 +0000 |
commit | ff6677af7408744e065cec22f20b30c7c6fad051 (patch) | |
tree | 20d21fc78173d5380eb952b707bf7bf97fac22bc /m4/Makefile.am | |
parent | a8ffb0e71da4e18dd65b225346118995dac2b0c2 (diff) | |
download | gstreamer-plugins-bad-ff6677af7408744e065cec22f20b30c7c6fad051.tar.gz |
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/Makefile.am')
-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 \ |