* configure.ac: Fall back to true' if
makeinfo' does not exist.
This commit is contained in:
parent
9da068a5dc
commit
51fa856c58
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue