From: Thomas Vander Stichele Date: Wed, 11 Feb 2004 16:25:44 +0000 (+0000) Subject: fix gettext/automake problem fix underquoted macros X-Git-Tag: BRANCH-RELEASE-0_7_5-ROOT~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d34227e951ea9bbd470d95665c77f31e2eef926;p=platform%2Fupstream%2Fgstreamer.git fix gettext/automake problem fix underquoted macros Original commit message from CVS: fix gettext/automake problem fix underquoted macros --- diff --git a/ChangeLog b/ChangeLog index 90f1b4c..44711d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2004-02-11 Thomas Vander Stichele + + * 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 * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky diff --git a/common b/common index b5c08ba..0ad93d3 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit b5c08bab6ea94411e1a6fa124546f374d15582a8 +Subproject commit 0ad93d3738d8d3f43482073d5d2ef372dfb41fa7 diff --git a/configure.ac b/configure.ac index cb1af71..fc407e0 100644 --- a/configure.ac +++ b/configure.ac @@ -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