* 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

@ -1,3 +1,7 @@
2011-01-11 Colin Watson <cjwatson@ubuntu.com>
* configure.ac: Fall back to `true' if `makeinfo' does not exist.
2011-01-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/powerpc/ieee1275/linux.c (grub_linux_load32): Apply

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.