pam: configure.in - --with-docs being added

baggins baggins at pld-linux.org
Wed Jul 13 22:23:43 CEST 2005


Author: baggins                      Date: Wed Jul 13 20:23:43 2005 GMT
Module: pam                           Tag: HEAD
---- Log message:
- --with-docs being added

---- Files affected:
pam:
   configure.in (1.60 -> 1.61) 

---- Diffs:

================================================================
Index: pam/configure.in
diff -u pam/configure.in:1.60 pam/configure.in:1.61
--- pam/configure.in:1.60	Wed Jul 13 13:33:40 2005
+++ pam/configure.in	Wed Jul 13 22:23:38 2005
@@ -541,6 +541,17 @@
 )
 AM_CONDITIONAL(WANT_PWEXPORT_MODULE, test x$want_pwexport_module = xtrue)
 
+AC_ARG_WITH(docs, [  --with-docs	Create documentation [default=yes]],
+	    [ACTION-IF-GIVEN],
+	    [ACTION-IF-NOT-GIVEN])
+BuildRequires:  sgml-tools
+BuildRequires:  sp
+BuildRequires:  tetex-fonts-jknappen
+BuildRequires:  tetex-format-latex
+BuildRequires:  tetex-metafont
+BuildRequires:  tetex-tex-babel
+
+
 AM_CONFIG_HEADER(config.h)
 
 AC_OUTPUT(	pam.spec
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/pam/configure.in?r1=1.60&r2=1.61&f=u




More information about the pld-cvs-commit mailing list