Whamcloud - gitweb
Fix spurious error when both gmake and makeinfo are not available
authorTheodore Ts'o <tytso@mit.edu>
Mon, 12 Sep 2016 03:30:25 +0000 (23:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 12 Sep 2016 03:30:25 +0000 (23:30 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.ac

index 7118ce3..5f7b429 100755 (executable)
--- a/configure
+++ b/configure
@@ -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.*)
index 1c73301..9da7b86 100644 (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.*)