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

Diff of /tramp/configure.ac

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

revision 2.7 by kai, Tue Jun 17 13:04:20 2003 UTC revision 2.8 by albinus, Mon Jul 14 21:38:14 2003 UTC
# Line 32  AC_PREREQ([2.50]) Line 32  AC_PREREQ([2.50])
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.35], [tramp-devel@mail.freesoftware.fsf.org])
34  AC_MSG_NOTICE([$PACKAGE_STRING])  AC_MSG_NOTICE([$PACKAGE_STRING])
35    
36    # Check suitable make version
37    AC_CHECK_PROG([MAKE], [make], [make], [no])
38    if test "${MAKE}" = no; then
39       AC_MSG_ERROR([make not found])
40    fi
41    
42    AC_MSG_CHECKING([for reasonable make version])
43    if test "$(${MAKE} -f test.makefile 123)" = 123; then
44       AC_MSG_RESULT([ok])
45    else
46       AC_MSG_RESULT([nok])
47       AC_MSG_ERROR([make is not up-to-date, you need at least GNU make 3.76])
48    fi
49    
50  AC_PROG_MAKE_SET  AC_PROG_MAKE_SET
51    
52  # Find the Emacs program & flavor to be used  # Find the Emacs program & flavor to be used

Legend:
Removed from v.2.7  
changed lines
  Added in v.2.8

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