* configure.ac: Fall back to true' if makeinfo' does not exist.

This commit is contained in:
Colin Watson 2011-01-11 17:49:27 -06:00
parent 9da068a5dc
commit 51fa856c58
2 changed files with 5 additions and 1 deletions

View file

@ -246,7 +246,7 @@ else
fi
# These are not a "must".
AC_PATH_PROG(MAKEINFO, makeinfo)
AC_PATH_PROGS(MAKEINFO, makeinfo true)
#
# Checks for host programs.