summaryrefslogtreecommitdiff
path: root/docs/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configure.in')
-rw-r--r--docs/configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configure.in b/docs/configure.in
index 69dd067e2e..67a8d1aab4 100644
--- a/docs/configure.in
+++ b/docs/configure.in
@@ -4,6 +4,12 @@ AC_ARG_WITH(samba-sources,
[ --with-samba-sources=DIR Specify path to Samba sources],
[ test "$withval" && SPECIFIED_SOURCEDIR="$withval" ])
+LATEX_DOCUMENTCLASS_OPTIONS="letterpaper,11pt,openright,twoside"
+AC_ARG_ENABLE(prentice-hall,
+[ --enable-prentice-hall Produce Prentice-Hall compatible output],
+[ test "$enableval" && LATEX_DOCUMENTCLASS_OPTIONS="$LATEX_DOCUMENTCLASS_OPTIONS,ph" ])
+AC_SUBST(LATEX_DOCUMENTCLASS_OPTIONS)
+
DOC_BUILD_DATE=`date '+%d-%m-%Y'`
AC_SUBST(DOC_BUILD_DATE)
AC_SUBST(SAMBASOURCEDIR)