diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-12-13 16:26:39 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-12-13 16:26:39 +0000 |
commit | b26ad06d3477844fd1c3d71511d0f12bc0226b3b (patch) | |
tree | 581272e474b6bbd4ca35b5cb78dcbbf3fa7a97c6 /m4/Makefile.am | |
parent | ff6677af7408744e065cec22f20b30c7c6fad051 (diff) | |
download | gstreamer-plugins-bad-b26ad06d3477844fd1c3d71511d0f12bc0226b3b.tar.gz |
m4/Makefile.am: More .m4 that aren't shipped with gettext 0.17 anymore.
Original commit message from CVS:
* m4/Makefile.am:
More .m4 that aren't shipped with gettext 0.17 anymore.
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r-- | m4/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 7bc600ee4..2872f0562 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -26,7 +26,6 @@ EXTRA_DIST = \ intdiv0.m4 \ inttypes_h.m4 \ inttypes-pri.m4 \ - isc-posix.m4 \ lcmessage.m4 \ libfame.m4 \ lib-ld.m4 \ @@ -39,5 +38,4 @@ EXTRA_DIST = \ progtest.m4 \ stdint_h.m4 \ uintmax_t.m4 \ - ulonglong.m4 \ vorbis.m4 |