summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
m---------common0
-rw-r--r--m4/Makefile.am1
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b153729..ed58dd05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * 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.
+
2008-12-10 Tim-Philipp Müller <tim.muller at collabora co uk>
* gst/mpegaudioparse/gstmpegaudioparse.c: (channel_mode_class),
diff --git a/common b/common
-Subproject a8728f3f810904c94f0b6678a7633d551514f33
+Subproject 1c24dce4e32f0a725ebd1b8ba2cd48d373818f7
diff --git a/m4/Makefile.am b/m4/Makefile.am
index ce7ccdce..23a78e39 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -5,7 +5,6 @@ GETTEXT_M4 = \
iconv.m4 \
intdiv0.m4 \
inttypes_h.m4 \
- inttypes.m4 \
inttypes-pri.m4 \
isc-posix.m4 \
lcmessage.m4 \