summaryrefslogtreecommitdiffstats
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 043bafab..374d9a18 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-09 Stefan Kost <ensonic@users.sf.net>
* gst/avi/gstavidemux.c:
diff --git a/common b/common
-Subproject a8728f3f810904c94f0b6678a7633d551514f33
+Subproject 1c24dce4e32f0a725ebd1b8ba2cd48d373818f7
diff --git a/m4/Makefile.am b/m4/Makefile.am
index f1eb26eb..f56626d6 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 \