trigger rebuild
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 28 Feb 2007 22:09:33 +0000 (22:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 28 Feb 2007 22:09:33 +0000 (22:09 +0000)
Original commit message from CVS:
trigger rebuild

common
configure.ac

diff --git a/common b/common
index 66d9771..9a56e28 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 66d97715fc83888fd1b5469c569f0ef5bbea628b
+Subproject commit 9a56e28fc15440eb6852411321c46312e1d1bb73
index bd5410c..d50ac1c 100644 (file)
@@ -7,6 +7,8 @@ AC_INIT(GStreamer Python Bindings, 0.10.7.1,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-python)
 
+AG_GST_INIT
+
 dnl initialize automake
 AM_INIT_AUTOMAKE
 
@@ -44,7 +46,7 @@ AC_SUBST(GSTPB_REQ, 0.10.0.2)
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 
-GST_ARG_GCOV
+AG_GST_ARG_GCOV
 
 dnl check for python
 dnl AM_PATH_PYTHON(2.2)
@@ -265,7 +267,7 @@ PKG_CHECK_MODULES(PYGOBJECT_2_12, pygobject-2.0 >= 2.11.1,
   ], HAVE_PYGOBJECT_2_12="no")
 
 dnl define an ERROR_CFLAGS Makefile variable
-GST_SET_ERROR_CFLAGS($GST_CVS)
+AG_GST_SET_ERROR_CFLAGS($GST_CVS)
 
 GST_OPTION_CFLAGS="\$(ERROR_CFLAGS) \$(GCOV_CFLAGS)"
 AC_SUBST(GST_OPTION_CFLAGS)
@@ -291,7 +293,7 @@ dnl add debugging options ...
 # fi
 # changequote([,])dnl
 
-GST_VALGRIND_CHECK()
+AG_GST_VALGRIND_CHECK
 
 AC_OUTPUT([
   Makefile