summaryrefslogtreecommitdiff
path: root/docs/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-09-05 12:36:21 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:01 -0500
commit5f302fc9cd5c871e26def230a8456f17c104baf9 (patch)
treecdfb2f3db69c3251977c96bd1eecba7f29a8c627 /docs/configure.in
parent2837fef478112b527fc85776e67baca55e7bce0f (diff)
downloadsamba-5f302fc9cd5c871e26def230a8456f17c104baf9.tar.gz
samba-5f302fc9cd5c871e26def230a8456f17c104baf9.tar.bz2
samba-5f302fc9cd5c871e26def230a8456f17c104baf9.zip
Use dia to generate png images out of dia files
(This used to be commit a46ab88b4481d63173f67ad85eb93ce281277562)
Diffstat (limited to 'docs/configure.in')
-rw-r--r--docs/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configure.in b/docs/configure.in
index ea75ef669b..1471e43070 100644
--- a/docs/configure.in
+++ b/docs/configure.in
@@ -40,6 +40,7 @@ AC_SUBST(SAMBASOURCEDIR)
DOCS_TARGET_REQUIRE_PROGRAM(XSLTPROC, xsltproc, ALL)
DOCS_TARGET_REQUIRE_PROGRAM(RM, rm, ALL)
+DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, ALL)
DOCS_TARGET_REQUIRE_PROGRAM(MAKEINDEX, makeindex, LATEX)
DOCS_TARGET_REQUIRE_PROGRAM(PDFLATEX, pdflatex, PDF)
DOCS_TARGET_REQUIRE_PROGRAM(EPSTOPDF, epstopdf, PDF)