summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2015-03-02 20:24:21 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2015-03-02 20:43:24 +0100
commit105852ea80cc9c8fa6436ca9eefb1ab6aadd3512 (patch)
tree876be16b46a3dfb2abe268c017cca880fa2e7c02
parent71fe474314ba10c3c7166985e6266ac291e9d546 (diff)
downloadgobject-introspection-105852ea80cc9c8fa6436ca9eefb1ab6aadd3512.tar.gz
configure: correct --enable-doctool documentation
The executable is named 'g-ir-doc-tool', not 'g-ir-doctool'. https://bugzilla.gnome.org/show_bug.cgi?id=670985
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9965ae27..12ce4d8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -266,7 +266,7 @@ fi
dnl Not enabled by default until 3.6 cycle when we can propose mako as
dnl an external dependency
-AC_ARG_ENABLE(doctool,[ --disable-doctool disable g-ir-doctool ],,enable_doctool=auto)
+AC_ARG_ENABLE(doctool,[ --disable-doctool disable g-ir-doc-tool ],,enable_doctool=auto)
AS_IF([ test x$enable_doctool != xno], [
AM_CHECK_PYMOD(mako,,have_python_mako=yes,have_python_mako=no)
])
@@ -286,7 +286,7 @@ AC_MSG_CHECKING([for glib source directory to use for documentation])
AC_ARG_WITH(glib-src,
[ --with-glib-src=PATH Source directory for glib - needed to add docs to gir],
GLIBSRC=$withval
-)
+)
AM_CONDITIONAL(WITH_GLIBSRC, test x"$GLIBSRC" != x)
AC_SUBST(GLIBSRC)
AC_MSG_RESULT([$GLIBSRC])