summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-10-27 15:39:57 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-10-31 17:39:28 +0000
commitcad6cfe02a1a69d691de342b967fb7b6e33db0fb (patch)
tree56571232a5da020f511f953e149262482b1f6c21 /m4
parent6bb695159bf15fe64d31b26dd2a07d1ba2bb7f1d (diff)
m4: AG_GST_PLUGIN_DOCS: use AM_PYTHON_PATH instead of our AS_PATH_PYTHON
And make the minimum python version argument optional since it's for our own python code in common. https://bugzilla.gnome.org/show_bug.cgi?id=563903
Diffstat (limited to 'm4')
-rw-r--r--m4/gst-plugin-docs.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gst-plugin-docs.m4 b/m4/gst-plugin-docs.m4
index dcfd61d..2af4c01 100644
--- a/m4/gst-plugin-docs.m4
+++ b/m4/gst-plugin-docs.m4
@@ -1,4 +1,4 @@
-dnl AG_GST_PLUGIN_DOCS([MINIMUM-GTK-DOC-VERSION],[MINIMUM-PYTHON-VERSION])
+dnl AG_GST_PLUGIN_DOCS([MINIMUM-GTK-DOC-VERSION])
dnl
dnl checks for prerequisites for the common/mangle-tmpl.py script
dnl used when building the plugin documentation
@@ -6,7 +6,7 @@ dnl used when building the plugin documentation
AC_DEFUN([AG_GST_PLUGIN_DOCS],
[
AC_BEFORE([GTK_DOC_CHECK],[$0])dnl check for gtk-doc first
- AC_BEFORE([AS_PATH_PYTHON],[$1])dnl find python first
+ AC_BEFORE([AM_PATH_PYTHON],[2.1])dnl find python first
build_plugin_docs=no
AC_MSG_CHECKING([whether to build plugin documentation])