summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-10-19 12:41:49 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-10-19 12:41:49 +0000
commit8d8b51648af85d0633cf76cc16c36f9682fcf99f (patch)
tree0e12eb75ef32774b5bf3f2517fefa2d1c9175f00
parentc9bc123cbea7f2e7605d19556d994fe844f33caf (diff)
downloadgst-plugins-bad-8d8b51648af85d0633cf76cc16c36f9682fcf99f.tar.gz
gst-plugins-bad-8d8b51648af85d0633cf76cc16c36f9682fcf99f.tar.bz2
gst-plugins-bad-8d8b51648af85d0633cf76cc16c36f9682fcf99f.zip
configure.ac: All the cool kids use GST_DOCBOOK_CHECK now.
Original commit message from CVS: * configure.ac: All the cool kids use GST_DOCBOOK_CHECK now.
-rw-r--r--ChangeLog5
m---------common0
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 63d8ce63..699b99f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ All the cool kids use GST_DOCBOOK_CHECK now.
+
2005-10-18 Julien MOUTTE <julien@moutte.net>
* gst/speed/Makefile.am: Fix build of speed.
diff --git a/common b/common
-Subproject c177a03619c91e42d301ee181828f3ee4753b0b
+Subproject 1cb5d7b76a01c711674c752015089e70c394fa9
diff --git a/configure.ac b/configure.ac
index 0da9988f..ccb78cfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,7 +179,7 @@ AC_ARG_WITH(pkg-config-path,
AC_HELP_STRING([--with-pkg-config-path],[colon-separated list of pkg-config(1) dirs]),
[export PKG_CONFIG_PATH=${withval}])
-GST_DOC()
+GST_DOCBOOK_CHECK()
dnl check architecture
GST_ARCH()