summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 749d95197..a53566d72 100644
--- a/configure.in
+++ b/configure.in
@@ -31,6 +31,12 @@ AC_PROG_RANLIB
AM_PROG_CC_C_O # Needed for subdir-objects in AUTOMAKE_OPTIONS
AC_CHECK_PROGS(AR, ar aal, ar)
AC_SUBST(AR)
+AC_CHECK_PROGS(YODL2MAN, yodl2man)
+AC_CHECK_PROGS(YODL2HTML, yodl2html)
+
+if test -z "$YODL2MAN"
+then AC_MSG_ERROR([cannot find yodl executable yodl2man])
+fi
AC_COMPILE_WARNINGS # Increase warning levels