/[cashew-s-editor]/cashews/acinclude.m4
ViewVC logotype

Diff of /cashews/acinclude.m4

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

revision 1.2 by gnu_andrew, Tue Feb 1 01:01:08 2005 UTC revision 1.3 by gnu_andrew, Mon Feb 7 01:59:19 2005 UTC
# Line 412  AC_DEFUN([CLASSPATH_CHECK_ECJ], Line 412  AC_DEFUN([CLASSPATH_CHECK_ECJ],
412      AC_PATH_PROG(ECJ, "ecj")      AC_PATH_PROG(ECJ, "ecj")
413    fi    fi
414  ])  ])
415    
416    dnl ------------------------------------------------------------
417    AC_DEFUN([CASHEWS_WITH_ECLIPSE],
418    [
419      AC_ARG_WITH([eclipse],
420                 [AS_HELP_STRING(--with-eclipse,compile the Eclipse plug-in)],
421            [      
422        if test "x${withval}" != x && test "x${withval}" != xyes && test "x${withval}" != xno; then
423                    ECLIPSE="$withval"
424                    AC_SUBST(ECLIPSE)
425        fi
426      ])
427    ])
428    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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