mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
configure: bump gtk-doc req to 1.12 (mar-2009)
This allows us to e.g. unconditionally use gtkdoc-rebase.
This commit is contained in:
parent
875b079d4b
commit
8d6c7789ac
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
|
||||||
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
|
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
|
||||||
|
|
||||||
dnl check for documentation tools
|
dnl check for documentation tools
|
||||||
GTK_DOC_CHECK([1.3])
|
GTK_DOC_CHECK([1.12])
|
||||||
AS_PATH_PYTHON([2.1])
|
AS_PATH_PYTHON([2.1])
|
||||||
AG_GST_PLUGIN_DOCS([1.3],[2.1])
|
AG_GST_PLUGIN_DOCS([1.3],[2.1])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue