/[tramp]/tramp/configure.ac
ViewVC logotype

Diff of /tramp/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.9 by kai, Sun Jul 20 17:52:22 2003 UTC revision 2.10 by albinus, Sat Jul 26 19:46:54 2003 UTC
# Line 40  if test "${MAKE}" = no; then Line 40  if test "${MAKE}" = no; then
40  fi  fi
41    
42  AC_MSG_CHECKING([for reasonable make version])  AC_MSG_CHECKING([for reasonable make version])
43  if test "$(${MAKE} -f test.makefile 123 | egrep -v 'Entering|Leaving')" = 123; then  if test "$(${MAKE} -s -f test.makefile 123)" = 123; then
44     AC_MSG_RESULT([ok])     AC_MSG_RESULT([ok])
45  else  else
46     AC_MSG_RESULT([nok])     AC_MSG_RESULT([nok])

Legend:
Removed from v.2.9  
changed lines
  Added in v.2.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26