summaryrefslogtreecommitdiffstats
path: root/sss_client/configure.ac
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-09-23 17:28:00 +0200
committerSimo Sorce <ssorce@redhat.com>2009-09-23 12:33:02 -0400
commit2d122490cb57fe4e8c4b8968d68576f092eb0e60 (patch)
treebc14f84c4db9a7f6a21fd6132bfd83d4026dc38c /sss_client/configure.ac
parent5085072530ead6c81d5e73fe11c41441470eb15b (diff)
downloadsssd-2d122490cb57fe4e8c4b8968d68576f092eb0e60.tar.gz
sssd-2d122490cb57fe4e8c4b8968d68576f092eb0e60.tar.xz
sssd-2d122490cb57fe4e8c4b8968d68576f092eb0e60.zip
add a man page for pam_sss
Diffstat (limited to 'sss_client/configure.ac')
-rw-r--r--sss_client/configure.ac34
1 files changed, 11 insertions, 23 deletions
diff --git a/sss_client/configure.ac b/sss_client/configure.ac
index f5b2765a1..ab670723a 100644
--- a/sss_client/configure.ac
+++ b/sss_client/configure.ac
@@ -35,31 +35,19 @@ AC_ARG_ENABLE([nsslibdir], [AS_HELP_STRING([--enable-nsslibdir],
[nsslibdir=$libdir])
AC_SUBST(nsslibdir)
-AC_DEFUN([BUILD_WITH_AUX_INFO],
- [ AC_ARG_WITH([aux-info],
- [AC_HELP_STRING([--with-aux-info],
- [Build with -aux-info output])])
- ])
-AM_CONDITIONAL([WANT_AUX_INFO], [test x$with_aux_info = xyes])
+m4_include([conf_macros.m4])
BUILD_WITH_AUX_INFO
-
-AC_DEFUN([WITH_PIPE_PATH],
- [ AC_ARG_WITH([pipe-path],
- [AC_HELP_STRING([--with-pipe-path=PATH],
- [Where to store pipe files for the SSSD interconnects [/var/lib/sss/pipes]]
- )
- ]
- )
- config_pipepath="\"VARDIR\"/lib/sss/pipes"
- pipepath="${localstatedir}/lib/sss/pipes"
- if test x"$with_pipe_path" != x; then
- config_pipepath=$with_pipe_path
- pipepath=$with_pipe_path
- fi
- AC_SUBST(pipepath)
- AC_DEFINE_UNQUOTED(PIPE_PATH, "$config_pipepath", [Where to store pipe files for the SSSD interconnects])
- ])
WITH_PIPE_PATH
+WITH_MANPAGES
+WITH_XML_CATALOG
+
+m4_include([external/docbook.m4])
+if test x$HAVE_MANPAGES != x; then
+ CHECK_XML_TOOLS
+ CHECK_STYLESHEET([$SGML_CATALOG_FILES],
+ [http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl],
+ [Docbook XSL templates])
+fi
AC_CONFIG_FILES([Makefile po/Makefile.in])
AC_OUTPUT