diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-28 10:06:03 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-28 10:06:03 +0200 |
commit | 86d9e9635a23c7ecfe2de7f440a6acce320067bc (patch) | |
tree | 49cdacfb0df096ddf14c3a9c0af8f0682cb67249 /configure.in | |
parent | 97c17a01c7722f08e0cebf938c12a010b96220b7 (diff) | |
parent | b01390eaa5750f28f258308b546f398ea5d89e3c (diff) |
merge with my po4a branch & update both pot's
Thanks again for the initial patch from KURASAWA Nozomu and
for the improvements and cleanups done by Nicolas François
to get po4a up and running for apt man page translations!
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ff11078b3..bf179ac9d 100644 --- a/configure.in +++ b/configure.in @@ -190,6 +190,12 @@ AC_PATH_PROG(DOCBOOK2MAN,docbook2man) dnl Check for the XML tools needed to build man pages AC_PATH_PROG(XMLTO,xmlto) +dnl Check for the XSLTProc tool needed to build man pages together with po4a +AC_PATH_PROG(XSLTPROC,xsltproc) + +dnl Check for the po4a tool needed to build man pages +AC_PATH_PROG(PO4A,po4a) + dnl Check for graphviz AC_CHECK_PROG([HAVE_DOT], [dot], [YES], [NO]) AC_PATH_PROG([DOT], [dot], []) |