summaryrefslogtreecommitdiff
path: root/docs/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-08-01 16:11:16 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:00 -0500
commit994df6ff07805d4cfccf6e5ff167ce93f3f19ca8 (patch)
tree92d9d542fade42fb7b0ffb74fa6873cdeb2ea69d /docs/configure.in
parentae7f76be237731cb1f220b39649f94677114a15c (diff)
downloadsamba-994df6ff07805d4cfccf6e5ff167ce93f3f19ca8.tar.gz
samba-994df6ff07805d4cfccf6e5ff167ce93f3f19ca8.tar.bz2
samba-994df6ff07805d4cfccf6e5ff167ce93f3f19ca8.zip
Couple of large changes to the pearson code, portions by
Jochen Hein. (This used to be commit dc3e0a5a362c3916bfa7b5104b2a17f0d021a6e1)
Diffstat (limited to 'docs/configure.in')
-rw-r--r--docs/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configure.in b/docs/configure.in
index 227a91e286..ea75ef669b 100644
--- a/docs/configure.in
+++ b/docs/configure.in
@@ -25,6 +25,10 @@ AC_ARG_WITH(fontsize,
[ --with-fontsize Specify the fontsize in points (default: 10.5) ],
[ test "$withval" && FONTSIZE="$withval" ])
+AC_ARG_ENABLE(printable,
+[ --enable-printable Printable output (expand ulinks, etc)],
+[ test "$withval" && DUPLICATE_ULINKS="footnote" ])
+
DOC_BUILD_DATE=`date '+%d-%m-%Y'`
AC_SUBST(DOC_BUILD_DATE)