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

Diff of /tramp/configure.ac

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

revision 2.8 by albinus, Mon Jul 14 21:38:14 2003 UTC revision 2.9 by kai, Sun Jul 20 17:52:22 2003 UTC
# Line 30  AC_PREREQ([2.50]) Line 30  AC_PREREQ([2.50])
30    
31  # Initialize configure script.  This is the only point Tramp revision  # Initialize configure script.  This is the only point Tramp revision
32  # needs to be set.  # needs to be set.
33  AC_INIT([Tramp], [2.0.35], [tramp-devel@mail.freesoftware.fsf.org])  AC_INIT([Tramp], [2.0.36], [tramp-devel@mail.freesoftware.fsf.org])
34  AC_MSG_NOTICE([$PACKAGE_STRING])  AC_MSG_NOTICE([$PACKAGE_STRING])
35    
36  # Check suitable make version  # Check suitable make version
# 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)" = 123; then  if test "$(${MAKE} -f test.makefile 123 | egrep -v 'Entering|Leaving')" = 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.8  
changed lines
  Added in v.2.9

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