check for yodl package

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11013 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Joseph Wang 2008-12-29 07:05:21 +00:00
commit a9749f3cd7

View file

@ -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