[Xfce4-commits] [xfce/xfce4-power-manager] 13/13: Remove the doc configure deps

noreply at xfce.org noreply at xfce.org
Tue Apr 8 18:43:07 CEST 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit e7e279fa6435fe6814066b934237f27b0cd3c5f1
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Tue Apr 8 19:38:38 2014 +0300

    Remove the doc configure deps
---
 configure.ac.in |   30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index affba31..aef3d68 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -160,36 +160,6 @@ fi
 AM_CONDITIONAL([BUILD_PANEL_PLUGINS], [test "x$build_panel_plugins" = "xyes"])
 
 #=======================================================#
-#              Generate html doc		        #
-#=======================================================#
-AC_ARG_ENABLE([xsltproc],
-              [AC_HELP_STRING([--enable-xsltproc],
-                              [Use xsltproc to generate HTML documentation @<:@default=no@:>@])],
-                              , [enable_xsltproc=no])
-if test "x$enable_xsltproc" = "xyes"; then
-    AC_PATH_PROG([XSLTPROC], [xsltproc], [no])
-    if test "x$XSLTPROC" = "xno"; then
-        AC_MSG_FAILURE([*** xsltproc was requested, but not found.])
-    fi
-fi
-AM_CONDITIONAL([HAVE_XSLTPROC], [test "x$enable_xsltproc" = "xyes"])
-
-#=======================================================#
-#              Support for doc translations	        #
-#=======================================================#
-AC_ARG_ENABLE([xml2po],
-              [AC_HELP_STRING([--enable-xml2po],
-                              [Use xml2po to translate documentation @<:@default=no@:>@])],
-              [], [enable_xml2po=no])
-if test "x$enable_xml2po" = "xyes"; then
-    AC_PATH_PROG([XML2PO], [xml2po], [no])
-    if test "x$XML2PO" = "xno"; then
-        AC_MSG_FAILURE([*** xml2po was requested, but not found.])
-    fi
-fi
-AM_CONDITIONAL([ENABLE_XML2PO], [test "x$enable_xml2po" = "xyes"])
-
-#=======================================================#
 #              Check for debugging support              #
 #=======================================================#
 XDT_FEATURE_DEBUG

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list