]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Fall back to `true' if `makeinfo' does not exist.
authorColin Watson <cjwatson@ubuntu.com>
Tue, 11 Jan 2011 23:49:27 +0000 (17:49 -0600)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 11 Jan 2011 23:49:27 +0000 (17:49 -0600)
ChangeLog
configure.ac

index 05e2ec8c75b3642041545a608c46b43165a6d706..e14a339685b0c543743b571d40a7cb4dd165a683 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a9ca130b47f350eba3b19ab987064c521a393bfb..055c65e67f8a33f8951cf9859eebb660aa96cf37 100644 (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.