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

Diff of /classpath/configure.ac

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

revision 1.53 by mark, Sat Oct 9 16:38:56 2004 UTC revision 1.54 by mkoch, Fri Oct 15 07:16:06 2004 UTC
# Line 43  AC_ARG_ENABLE([jni], Line 43  AC_ARG_ENABLE([jni],
43  AM_CONDITIONAL(CREATE_JNI_LIBRARIES, test "x${COMPILE_JNI}" = xyes)  AM_CONDITIONAL(CREATE_JNI_LIBRARIES, test "x${COMPILE_JNI}" = xyes)
44    
45  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
 dnl Enable CNI libraries (disabled by default)  
 dnl -----------------------------------------------------------  
 AC_ARG_ENABLE([cni],  
               [AS_HELP_STRING(--enable-cni,compile CNI source [default=no])],  
               [case "${enableval}" in  
                 yes) COMPILE_CNI=yes; COMPILE_JAVA=yes ;;  
                 no) COMPILE_CNI=no ;;  
                 *) COMPILE_CNI=yes; COMPILE_JAVA=yes ;;  
               esac],  
               [COMPILE_CNI=no])  
 AM_CONDITIONAL(CREATE_CNI_LIBRARIES, test "x${COMPILE_CNI}" = xyes)  
   
 dnl -----------------------------------------------------------  
46  dnl GTK native peer (enabled by default)  dnl GTK native peer (enabled by default)
47  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
48  AC_ARG_ENABLE([gtk-peer],  AC_ARG_ENABLE([gtk-peer],
# Line 264  dnl want to disable this, but some VMs ( Line 251  dnl want to disable this, but some VMs (
251  dnl them.  dnl them.
252  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
253  AC_ARG_ENABLE([load-library],  AC_ARG_ENABLE([load-library],
254                [AS_HELP_STRING(--enable-load-library,enable to use JNI native methods [default=yes]                [AS_HELP_STRING(--enable-load-library,enable to use JNI native methods [default=yes])],
                                         (disabled automatically using --enable-cni))],  
255                [case "${enableval}" in                [case "${enableval}" in
256                  yes) INIT_LOAD_LIBRARY="true" ;;                  yes) INIT_LOAD_LIBRARY="true" ;;
257                  no) INIT_LOAD_LIBRARY="false" ;;                  no) INIT_LOAD_LIBRARY="false" ;;
258                  *) AC_MSG_ERROR(bad value ${enableval} for --enable-load-library) ;;                  *) AC_MSG_ERROR(bad value ${enableval} for --enable-load-library) ;;
259                esac],                esac],
260                [                [INIT_LOAD_LIBRARY="true"])
                 if test "x${COMPILE_CNI}" = xyes; then  
                   INIT_LOAD_LIBRARY="false"  
                 else  
                   INIT_LOAD_LIBRARY="true"  
                 fi  
               ])  
261  AC_SUBST(INIT_LOAD_LIBRARY)  AC_SUBST(INIT_LOAD_LIBRARY)
262    
263  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
# Line 338  gnu/classpath/Configuration.java Line 318  gnu/classpath/Configuration.java
318  include/Makefile  include/Makefile
319  native/Makefile  native/Makefile
320  native/fdlibm/Makefile  native/fdlibm/Makefile
 native/cni/Makefile  
321  native/jni/Makefile  native/jni/Makefile
322  native/jni/classpath/Makefile  native/jni/classpath/Makefile
323  native/jni/java-io/Makefile  native/jni/java-io/Makefile

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

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