[EMAIL PROTECTED] (Kai Gro�johann) writes:
> Funnily enough, outside of ./configure, the above just prints 123.
> But when invoked from ./configure, it also prints the `Entering' and
> `Leaving' lines.
Could you, please, try the following patch:
[EMAIL PROTECTED]:[1018] diff -u configure.ac.~1~ configure.ac
--- configure.ac.~1~ Sun Jul 20 19:49:28 2003
+++ configure.ac Mon Jul 21 11:16:36 2003
@@ -40,7 +40,7 @@
fi
AC_MSG_CHECKING([for reasonable make version])
-if test "$(${MAKE} -f test.makefile 123 | egrep -v 'Entering|Leaving')" = 123; then
+if test "$(${MAKE} -s -f test.makefile 123)" = 123; then
AC_MSG_RESULT([ok])
else
AC_MSG_RESULT([nok])
Thanx, and best regards, Michael.
_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/tramp-devel