fix ulonglong.m4 missing by upping gettext required version
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 11 Feb 2004 16:29:22 +0000 (16:29 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 11 Feb 2004 16:29:22 +0000 (16:29 +0000)
Original commit message from CVS:
fix ulonglong.m4 missing by upping gettext required version

ChangeLog
common
configure.ac

index a1b6c41..5df6ddb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac:
+          require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
+          by autopoint (fixes #132996)
+
 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
 
        * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
diff --git a/common b/common
index 9009733..eb59e0f 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 90097339543fb0a705447b599d7a36138cba4232
+Subproject commit eb59e0fd0cdd41bb0b086471b3a433b71b5562aa
index 1d12d25..db3448e 100644 (file)
@@ -48,7 +48,7 @@ AM_PROG_AS
 AS="${CC}"
 
 dnl the gettext stuff needed
-AM_GNU_GETTEXT_VERSION(0.11.4)
+AM_GNU_GETTEXT_VERSION(0.11.5)
 AM_GNU_GETTEXT([external])
                                                                                 
 GETTEXT_PACKAGE=gst-plugins-$GST_MAJORMINOR