[Xfce4-commits] <xfce4-session:master> Remove some doc tool checks.
Nick Schermer
noreply at xfce.org
Sun Mar 25 09:34:01 CEST 2012
Updating branch refs/heads/master
to 226d94180c0009a90f3238c8e1c6dbf13800a4a4 (commit)
from 536c73b9221be38b5b2efb866af7c6a4b950d84d (commit)
commit 226d94180c0009a90f3238c8e1c6dbf13800a4a4
Author: Nick Schermer <nick at xfce.org>
Date: Sun Mar 25 09:32:28 2012 +0200
Remove some doc tool checks.
configure.in.in | 27 ---------------------------
1 files changed, 0 insertions(+), 27 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 0801821..1e97cbd 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -165,33 +165,6 @@ AC_SUBST(XFCE_GLADE_CATALOG_PATH)
AC_SUBST(XFCE_GLADE_PIXMAP_PATH)
AC_SUBST(XFCE_GLADE_MODULE_PATH)
-dnl ***************************************************
-dnl *** Check if we need to build the documentation ***
-dnl ***************************************************
-AC_ARG_ENABLE([gen-doc], [AC_HELP_STRING([--enable-gen-doc],
- [Generate HTML documentation (requires xsltproc, xml2po and xmllint) [default=no]])],, [enable_gen_doc=no])
-if test x"$enable_gen_doc" = x"yes"; then
- AC_PATH_PROG([XSLTPROC], [xsltproc], [no])
- if test x"$XSLTPROC" = x"no"; then
- enable_gen_doc=no
- fi
-
- AC_PATH_PROG([XML2PO], [xml2po], [no])
- if test x"$XML2PO" = x"no"; then
- enable_gen_doc=no
- fi
-
- AC_PATH_PROG([XMLLINT], [xmllint], [no])
- if test x"$XML2PO" = x"no"; then
- enable_gen_doc=no
- fi
-
- if test x"$enable_gen_doc" = x"no"; then
- AC_MSG_ERROR([Compiling with --enable-gen-doc but one of xml2po, xsltproc or xmllint not found.])
- fi
-fi
-AM_CONDITIONAL([GENERATE_DOCUMENTATION], [test x"$enable_gen_doc" = x"yes"])
-
AC_OUTPUT([
Makefile
doc/Makefile
More information about the Xfce4-commits
mailing list