| 1 | #! /bin/sh
|
|---|
| 2 |
|
|---|
| 3 | # Guess values for system-dependent variables and create Makefiles.
|
|---|
| 4 | # Generated automatically using autoconf version 2.13
|
|---|
| 5 | # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
|
|---|
| 6 | #
|
|---|
| 7 | # This configure script is free software; the Free Software Foundation
|
|---|
| 8 | # gives unlimited permission to copy, distribute and modify it.
|
|---|
| 9 |
|
|---|
| 10 | # Defaults:
|
|---|
| 11 | ac_help=
|
|---|
| 12 | ac_default_prefix=/usr/local
|
|---|
| 13 | # Any additions from configure.in:
|
|---|
| 14 | ac_help="$ac_help
|
|---|
| 15 | --with-target-subdir=SUBDIR
|
|---|
| 16 | configuring in a subdirectory"
|
|---|
| 17 | ac_help="$ac_help
|
|---|
| 18 | --with-cross-host=HOST configuring with a cross compiler"
|
|---|
| 19 | ac_help="$ac_help
|
|---|
| 20 | --enable-multilib build many library versions (default)"
|
|---|
| 21 | ac_help="$ac_help
|
|---|
| 22 | --enable-maintainer-mode enable make rules and dependencies not useful
|
|---|
| 23 | (and sometimes confusing) to the casual installer"
|
|---|
| 24 | ac_help="$ac_help
|
|---|
| 25 | --enable-shared[=PKGS] build shared libraries [default=yes]"
|
|---|
| 26 | ac_help="$ac_help
|
|---|
| 27 | --enable-static[=PKGS] build static libraries [default=yes]"
|
|---|
| 28 | ac_help="$ac_help
|
|---|
| 29 | --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
|
|---|
| 30 | ac_help="$ac_help
|
|---|
| 31 | --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
|
|---|
| 32 | ac_help="$ac_help
|
|---|
| 33 | --disable-libtool-lock avoid locking (might break parallel builds)"
|
|---|
| 34 | ac_help="$ac_help
|
|---|
| 35 | --with-pic try to use only PIC/non-PIC objects [default=use both]"
|
|---|
| 36 | ac_help="$ac_help
|
|---|
| 37 | --disable-getenv-properties
|
|---|
| 38 | don't set system properties from GCJ_PROPERTIES"
|
|---|
| 39 | ac_help="$ac_help
|
|---|
| 40 | --enable-hash-synchronization
|
|---|
| 41 | Use global hash table for monitor locks"
|
|---|
| 42 | ac_help="$ac_help
|
|---|
| 43 | --enable-libgcj-debug enable runtime debugging code"
|
|---|
| 44 | ac_help="$ac_help
|
|---|
| 45 | --enable-interpreter enable interpreter"
|
|---|
| 46 | ac_help="$ac_help
|
|---|
| 47 | --enable-sjlj-exceptions force use of builtin_setjmp for exceptions"
|
|---|
| 48 | ac_help="$ac_help
|
|---|
| 49 | --disable-java-net disable java.net"
|
|---|
| 50 | ac_help="$ac_help
|
|---|
| 51 | --without-libffi don't use libffi"
|
|---|
| 52 | ac_help="$ac_help
|
|---|
| 53 | --disable-jvmpi disable JVMPI support"
|
|---|
| 54 | ac_help="$ac_help
|
|---|
| 55 | --with-ecos enable runtime eCos target support"
|
|---|
| 56 | ac_help="$ac_help
|
|---|
| 57 | --with-system-zlib use installed libz"
|
|---|
|
|---|