fix gettext/automake problem fix underquoted macros
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 11 Feb 2004 16:25:44 +0000 (16:25 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 11 Feb 2004 16:25:44 +0000 (16:25 +0000)
Original commit message from CVS:
fix gettext/automake problem
fix underquoted macros

ChangeLog
common
configure.ac

index 90f1b4c..44711d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * common/m4/as-ac-expand.m4:
+       * common/m4/as-auto-alt.m4:
+       * common/m4/as-compiler-flag.m4:
+       * common/m4/as-compiler.m4:
+       * common/m4/as-docbook.m4:
+       * common/m4/as-libtool.m4:
+       * common/m4/as-scrub-include.m4:
+       * common/m4/as-version.m4:
+       * common/m4/glib-gettext.m4:
+       * common/m4/gst-arch.m4:
+       * common/m4/gst-debuginfo.m4:
+       * common/m4/gst-doc.m4:
+       * common/m4/gst-feature.m4:
+       * common/m4/gst-function.m4:
+       * common/m4/gst-glib2.m4:
+       * common/m4/gst-gstreamer.m4:
+       * common/m4/gst-libxml2.m4:
+       * common/m4/gst-makecontext.m4:
+       * common/m4/gst-mcsc.m4:
+       * common/m4/pkg.m4:
+       * gst-element-check.m4:
+          fix underquoted macros as reported by automake 1.8.x (#133800)
+       * configure.ac:
+          require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
+          by autopoint (fixes #132996)
+
 2004-02-10  Andy Wingo  <wingo@pobox.com>
 
        * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
diff --git a/common b/common
index b5c08ba..0ad93d3 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit b5c08bab6ea94411e1a6fa124546f374d15582a8
+Subproject commit 0ad93d3738d8d3f43482073d5d2ef372dfb41fa7
index cb1af71..fc407e0 100644 (file)
@@ -33,14 +33,14 @@ AC_CONFIG_SRCDIR([gst/gst.c])
 AM_CONFIG_HEADER(config.h)
 
 dnl Add parameters for aclocal
-AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
+AC_SUBST(ACLOCAL_AMFLAGS, "-I common/m4")
 
 AM_PROG_CC_STDC
 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=gstreamer-$GST_VERSION_MAJOR.$GST_VERSION_MINOR