diff options
-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 |