Fix spurious error when both gmake and makeinfo are not available

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
test
Theodore Ts'o 2016-09-11 23:30:25 -04:00
parent e703ba4b42
commit ca1de98a8b
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -12305,7 +12305,7 @@ fi
if test "_$MAKEINFO" = "_"; then
MAKEINFO="@echo Makeinfo is missing. Info documentation will not be built.;true"
MAKEINFO="echo Makeinfo is missing. Info documentation will not be built."
else
case "$MAKEINFO" in
*/missing.*)

View File

@ -877,7 +877,7 @@ AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_CHECK_TOOL(STRIP, strip, :)
AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, )
if test "_$MAKEINFO" = "_"; then
MAKEINFO="@echo Makeinfo is missing. Info documentation will not be built.;true"
MAKEINFO="echo Makeinfo is missing. Info documentation will not be built."
else
case "$MAKEINFO" in
*/missing.*)