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

Diff of /classpath/configure.ac

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

revision 1.55 by mark, Tue Oct 26 20:26:03 2004 UTC revision 1.56 by mark, Fri Nov 12 21:11:12 2004 UTC
# Line 287  AC_ARG_ENABLE([load-library], Line 287  AC_ARG_ENABLE([load-library],
287                [INIT_LOAD_LIBRARY="true"])                [INIT_LOAD_LIBRARY="true"])
288  AC_SUBST(INIT_LOAD_LIBRARY)  AC_SUBST(INIT_LOAD_LIBRARY)
289    
290    
291    dnl -----------------------------------------------------------
292    dnl Should the VM explicitly run class initialization subfunctions for
293    dnl java.lang.System?   (default is false -- the subfunctions will be run
294    dnl automatically by the class initializer)
295    dnl -----------------------------------------------------------
296    AC_ARG_ENABLE([java-lang-system-explicit-initialization],
297                  [AS_HELP_STRING(--enable-java-lang-system-explicit-initialization,will the VM explicitly invoke java.lang.System's static initialization methods [default=no])],
298                  [case "${enableval}" in
299                    yes|true) JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION="true" ;;
300                    no|false) JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION="false" ;;
301                    *) AC_MSG_ERROR(bad value ${enableval} for --enable-java-lang-system-explicit-initialization) ;;
302                  esac],
303                  [JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION="false"])
304    AC_SUBST(JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION)
305    
306    
307  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
308  dnl avoiding automake complaints  dnl avoiding automake complaints
309  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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