summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 8571973..bd5df18 100644
--- a/configure.in
+++ b/configure.in
@@ -68,20 +68,10 @@ PA_ADD_CFLAGS([-pedantic])
dnl Look for programs...
AC_CHECK_PROGS(NROFF, nroff, false)
-AC_CHECK_PROGS(ASCIIDOC, asciidoc, false)
-AC_CHECK_PROGS(XMLTO, xmlto, false)
AC_CHECK_PROGS(ACRODIST, acrodist, false)
AC_CHECK_PROGS(PS2PDF, ps2pdf, false)
AC_CHECK_PROGS(PSTOPDF, pstopdf, false)
-dnl Check for progs needed for manpage generation
-if test $ASCIIDOC = false; then
- AC_MSG_WARN([No acsciidoc package found])
-fi
-if test $XMLTO = false; then
- AC_MSG_WARN([No xmlto package found])
-fi
-
dnl Checks for header files.
AC_HEADER_STDC
if test $ac_cv_header_stdc = no; then