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 | |
parent | ff6677af7408744e065cec22f20b30c7c6fad051 (diff) | |
download | gst-plugins-bad-b26ad06d3477844fd1c3d71511d0f12bc0226b3b.tar.gz gst-plugins-bad-b26ad06d3477844fd1c3d71511d0f12bc0226b3b.tar.bz2 gst-plugins-bad-b26ad06d3477844fd1c3d71511d0f12bc0226b3b.zip |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | m4/Makefile.am | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2008-12-13 Edward Hervey <bilboed@gmail.com> + + * m4/Makefile.am: + More .m4 that aren't shipped with gettext 0.17 anymore. + 2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk> * m4/Makefile.am: diff --git a/common b/common -Subproject 1c24dce4e32f0a725ebd1b8ba2cd48d373818f7 +Subproject 24efb72e9a01364c6ea90b70ef2bb7049af980b diff --git a/m4/Makefile.am b/m4/Makefile.am index 7bc600ee..2872f056 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 |