From: Tim-Philipp Müller Date: Wed, 31 Oct 2012 17:37:37 +0000 (+0000) Subject: configure: let AG_GST_PLUGIN_DOCS check for python X-Git-Tag: 1.1.1~415 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d90d5acdc62ab82620c9b8576b80600b2516944f;p=platform%2Fupstream%2Fgstreamer.git configure: let AG_GST_PLUGIN_DOCS check for python And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON, which as a side-effect should pick up newer python versions as well. https://bugzilla.gnome.org/show_bug.cgi?id=563903 --- diff --git a/common b/common index 6bb6951..cb3afe7 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 6bb695159bf15fe64d31b26dd2a07d1ba2bb7f1d +Subproject commit cb3afe73b85415a15c8d540702f2afc00678c909 diff --git a/configure.ac b/configure.ac index 4398a32..e6bc695 100644 --- a/configure.ac +++ b/configure.ac @@ -277,8 +277,7 @@ GOBJECT_INTROSPECTION_CHECK([1.31.1]) dnl check for documentation tools AG_GST_DOCBOOK_CHECK GTK_DOC_CHECK([1.12]) -AS_PATH_PYTHON([2.1]) -AG_GST_PLUGIN_DOCS([1.3],[2.1]) +AG_GST_PLUGIN_DOCS([1.12]) dnl *** checks for libraries ***