< prev index next >

make/autoconf/generated-configure.sh

Print this page




 864 TOOLCHAIN_TYPE
 865 STATIC_BUILD
 866 IMPORT_MODULES_MAKE
 867 IMPORT_MODULES_SRC
 868 IMPORT_MODULES_MAN
 869 IMPORT_MODULES_LEGAL
 870 IMPORT_MODULES_CONF
 871 IMPORT_MODULES_LIBS
 872 IMPORT_MODULES_CMDS
 873 IMPORT_MODULES_CLASSES
 874 EXTERNAL_BUILDJDK
 875 BUILD_JDK
 876 CREATE_BUILDJDK
 877 JLINK
 878 JMOD
 879 JAVAC_FLAGS
 880 BOOT_JDK_SOURCETARGET
 881 JARSIGNER
 882 JAR
 883 JAVADOC
 884 JAVAH
 885 JAVAC
 886 JAVA
 887 BOOT_JDK
 888 JAVA_CHECK
 889 JAVAC_CHECK
 890 VENDOR_VERSION_STRING
 891 VERSION_DATE
 892 VERSION_IS_GA
 893 VERSION_SHORT
 894 VERSION_STRING
 895 VERSION_NUMBER_FOUR_POSITIONS
 896 VERSION_NUMBER
 897 VERSION_OPT
 898 VERSION_BUILD
 899 VERSION_PRE
 900 VERSION_PATCH
 901 VERSION_UPDATE
 902 VERSION_INTERIM
 903 VERSION_FEATURE
 904 COMPANY_NAME


1076 CONFIGURE_COMMAND_LINE
1077 target_alias
1078 host_alias
1079 build_alias
1080 LIBS
1081 ECHO_T
1082 ECHO_N
1083 ECHO_C
1084 DEFS
1085 mandir
1086 localedir
1087 libdir
1088 psdir
1089 pdfdir
1090 dvidir
1091 htmldir
1092 infodir
1093 docdir
1094 oldincludedir
1095 includedir
1096 runstatedir
1097 localstatedir
1098 sharedstatedir
1099 sysconfdir
1100 datadir
1101 datarootdir
1102 libexecdir
1103 sbindir
1104 bindir
1105 program_transform_name
1106 prefix
1107 exec_prefix
1108 PACKAGE_URL
1109 PACKAGE_BUGREPORT
1110 PACKAGE_STRING
1111 PACKAGE_VERSION
1112 PACKAGE_TARNAME
1113 PACKAGE_NAME
1114 PATH_SEPARATOR
1115 SHELL'
1116 ac_subst_files=''


1283 PANDOC
1284 MAKE
1285 UNZIP
1286 ZIPEXE
1287 LDD
1288 READELF
1289 DOT
1290 HG
1291 STAT
1292 TIME
1293 FLOCK
1294 DTRACE
1295 PATCH
1296 DSYMUTIL
1297 XATTR
1298 CODESIGN
1299 SETFILE
1300 PKG_CONFIG
1301 JAVA
1302 JAVAC
1303 JAVAH
1304 JAVADOC
1305 JAR
1306 JARSIGNER
1307 CC
1308 CFLAGS
1309 LDFLAGS
1310 LIBS
1311 CPPFLAGS
1312 CXX
1313 CXXFLAGS
1314 CCC
1315 CPP
1316 CXXCPP
1317 AS
1318 AR
1319 LIPO
1320 OTOOL
1321 INSTALL_NAME_TOOL
1322 STRIP
1323 NM


1367 site=
1368 srcdir=
1369 verbose=
1370 x_includes=NONE
1371 x_libraries=NONE
1372 
1373 # Installation directory options.
1374 # These are left unexpanded so users can "make install exec_prefix=/foo"
1375 # and all the variables that are supposed to be based on exec_prefix
1376 # by default will actually change.
1377 # Use braces instead of parens because sh, perl, etc. also accept them.
1378 # (The list follows the same order as the GNU Coding Standards.)
1379 bindir='${exec_prefix}/bin'
1380 sbindir='${exec_prefix}/sbin'
1381 libexecdir='${exec_prefix}/libexec'
1382 datarootdir='${prefix}/share'
1383 datadir='${datarootdir}'
1384 sysconfdir='${prefix}/etc'
1385 sharedstatedir='${prefix}/com'
1386 localstatedir='${prefix}/var'
1387 runstatedir='${localstatedir}/run'
1388 includedir='${prefix}/include'
1389 oldincludedir='/usr/include'
1390 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1391 infodir='${datarootdir}/info'
1392 htmldir='${docdir}'
1393 dvidir='${docdir}'
1394 pdfdir='${docdir}'
1395 psdir='${docdir}'
1396 libdir='${exec_prefix}/lib'
1397 localedir='${datarootdir}/locale'
1398 mandir='${datarootdir}/man'
1399 
1400 ac_prev=
1401 ac_dashdash=
1402 for ac_option
1403 do
1404   # If the previous option needs an argument, assign it.
1405   if test -n "$ac_prev"; then
1406     eval $ac_prev=\$ac_option
1407     ac_prev=


1620   | --program-transform=* | --program-transfor=* \
1621   | --program-transfo=* | --program-transf=* \
1622   | --program-trans=* | --program-tran=* \
1623   | --progr-tra=* | --program-tr=* | --program-t=*)
1624     program_transform_name=$ac_optarg ;;
1625 
1626   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1627     ac_prev=pdfdir ;;
1628   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1629     pdfdir=$ac_optarg ;;
1630 
1631   -psdir | --psdir | --psdi | --psd | --ps)
1632     ac_prev=psdir ;;
1633   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1634     psdir=$ac_optarg ;;
1635 
1636   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1637   | -silent | --silent | --silen | --sile | --sil)
1638     silent=yes ;;
1639 
1640   -runstatedir | --runstatedir | --runstatedi | --runstated \
1641   | --runstate | --runstat | --runsta | --runst | --runs \
1642   | --run | --ru | --r)
1643     ac_prev=runstatedir ;;
1644   -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1645   | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1646   | --run=* | --ru=* | --r=*)
1647     runstatedir=$ac_optarg ;;
1648 
1649   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1650     ac_prev=sbindir ;;
1651   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1652   | --sbi=* | --sb=*)
1653     sbindir=$ac_optarg ;;
1654 
1655   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1656   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1657   | --sharedst | --shareds | --shared | --share | --shar \
1658   | --sha | --sh)
1659     ac_prev=sharedstatedir ;;
1660   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1661   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1662   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1663   | --sha=* | --sh=*)
1664     sharedstatedir=$ac_optarg ;;
1665 
1666   -site | --site | --sit)
1667     ac_prev=site ;;
1668   -site=* | --site=* | --sit=*)


1766   esac
1767 done
1768 
1769 if test -n "$ac_prev"; then
1770   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1771   as_fn_error $? "missing argument to $ac_option"
1772 fi
1773 
1774 if test -n "$ac_unrecognized_opts"; then
1775   case $enable_option_checking in
1776     no) ;;
1777     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1778     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1779   esac
1780 fi
1781 
1782 # Check all directory arguments for consistency.
1783 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1784                 datadir sysconfdir sharedstatedir localstatedir includedir \
1785                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1786                 libdir localedir mandir runstatedir
1787 do
1788   eval ac_val=\$$ac_var
1789   # Remove trailing slashes.
1790   case $ac_val in
1791     */ )
1792       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1793       eval $ac_var=\$ac_val;;
1794   esac
1795   # Be sure to have absolute directory names.
1796   case $ac_val in
1797     [\\/$]* | ?:[\\/]* )  continue;;
1798     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1799   esac
1800   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1801 done
1802 
1803 # There might be people who depend on the old broken behavior: `$host'
1804 # used to hold the argument of --host etc.
1805 # FIXME: To remove some day.
1806 build=$build_alias


1919 Installation directories:
1920   --prefix=PREFIX         install architecture-independent files in PREFIX
1921                           [$ac_default_prefix]
1922   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1923                           [PREFIX]
1924 
1925 By default, \`make install' will install all the files in
1926 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1927 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1928 for instance \`--prefix=\$HOME'.
1929 
1930 For better control, use the options below.
1931 
1932 Fine tuning of the installation directories:
1933   --bindir=DIR            user executables [EPREFIX/bin]
1934   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1935   --libexecdir=DIR        program executables [EPREFIX/libexec]
1936   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1937   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1938   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1939   --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1940   --libdir=DIR            object code libraries [EPREFIX/lib]
1941   --includedir=DIR        C header files [PREFIX/include]
1942   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1943   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1944   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1945   --infodir=DIR           info documentation [DATAROOTDIR/info]
1946   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1947   --mandir=DIR            man documentation [DATAROOTDIR/man]
1948   --docdir=DIR            documentation root [DATAROOTDIR/doc/openjdk]
1949   --htmldir=DIR           html documentation [DOCDIR]
1950   --dvidir=DIR            dvi documentation [DOCDIR]
1951   --pdfdir=DIR            pdf documentation [DOCDIR]
1952   --psdir=DIR             ps documentation [DOCDIR]
1953 _ACEOF
1954 
1955   cat <<\_ACEOF
1956 
1957 X features:
1958   --x-includes=DIR    X include files are in DIR
1959   --x-libraries=DIR   X library files are in DIR


2254   PANDOC      Override default value for PANDOC
2255   MAKE        Override default value for MAKE
2256   UNZIP       Override default value for UNZIP
2257   ZIPEXE      Override default value for ZIPEXE
2258   LDD         Override default value for LDD
2259   READELF     Override default value for READELF
2260   DOT         Override default value for DOT
2261   HG          Override default value for HG
2262   STAT        Override default value for STAT
2263   TIME        Override default value for TIME
2264   FLOCK       Override default value for FLOCK
2265   DTRACE      Override default value for DTRACE
2266   PATCH       Override default value for PATCH
2267   DSYMUTIL    Override default value for DSYMUTIL
2268   XATTR       Override default value for XATTR
2269   CODESIGN    Override default value for CODESIGN
2270   SETFILE     Override default value for SETFILE
2271   PKG_CONFIG  path to pkg-config utility
2272   JAVA        Override default value for JAVA
2273   JAVAC       Override default value for JAVAC
2274   JAVAH       Override default value for JAVAH
2275   JAVADOC     Override default value for JAVADOC
2276   JAR         Override default value for JAR
2277   JARSIGNER   Override default value for JARSIGNER
2278   CC          C compiler command
2279   CFLAGS      C compiler flags
2280   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
2281               nonstandard directory <lib dir>
2282   LIBS        libraries to pass to the linker, e.g. -l<library>
2283   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2284               you have headers in a nonstandard directory <include dir>
2285   CXX         C++ compiler command
2286   CXXFLAGS    C++ compiler flags
2287   CPP         C preprocessor
2288   CXXCPP      C++ preprocessor
2289   AS          Override default value for AS
2290   AR          Override default value for AR
2291   LIPO        Override default value for LIPO
2292   OTOOL       Override default value for OTOOL
2293   INSTALL_NAME_TOOL
2294               Override default value for INSTALL_NAME_TOOL


5170 
5171 
5172 
5173 
5174 
5175 
5176 
5177 
5178 
5179 
5180 
5181 
5182 
5183 
5184 # This line needs to be here, verbatim, after all includes and the dummy hook
5185 # definitions. It is replaced with custom functionality when building
5186 # custom sources.
5187 #CUSTOM_AUTOCONF_INCLUDE
5188 
5189 # Do not change or remove the following line, it is needed for consistency checks:
5190 DATE_WHEN_GENERATED=1513702260
5191 
5192 ###############################################################################
5193 #
5194 # Initialization / Boot-strapping
5195 #
5196 # The bootstrapping process needs to solve the "chicken or the egg" problem,
5197 # thus it jumps back and forth, each time gaining something needed later on.
5198 #
5199 ###############################################################################
5200 
5201 # If we are requested to print additional help, do that and then exit.
5202 # This must be the very first call.
5203 
5204   if test "x$CONFIGURE_PRINT_ADDITIONAL_HELP" != x; then
5205 
5206     # Print available toolchains
5207     $PRINTF "The following toolchains are available as arguments to --with-toolchain-type.\n"
5208     $PRINTF "Which are valid to use depends on the build platform.\n"
5209     for toolchain in $VALID_TOOLCHAINS_all; do
5210       # Use indirect variable referencing


30892 $as_echo "$JAVAC" >&6; }
30893 else
30894   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30895 $as_echo "no" >&6; }
30896 fi
30897 
30898 
30899           if test "x$JAVAC" = x; then
30900             as_fn_error $? "User supplied tool $tool_basename could not be found" "$LINENO" 5
30901           fi
30902         else
30903           # Otherwise we believe it is a complete path. Use it as it is.
30904           { $as_echo "$as_me:${as_lineno-$LINENO}: Will use user supplied tool JAVAC=$tool_specified" >&5
30905 $as_echo "$as_me: Will use user supplied tool JAVAC=$tool_specified" >&6;}
30906           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JAVAC" >&5
30907 $as_echo_n "checking for JAVAC... " >&6; }
30908           if test ! -x "$tool_specified"; then
30909             { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
30910 $as_echo "not found" >&6; }
30911             as_fn_error $? "User supplied tool JAVAC=$tool_specified does not exist or is not executable" "$LINENO" 5
30912           fi
30913           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tool_specified" >&5
30914 $as_echo "$tool_specified" >&6; }
30915         fi
30916       fi
30917     fi
30918 
30919   fi
30920 
30921 
30922 
30923   # Use user overridden value if available, otherwise locate tool in the Boot JDK.
30924 
30925   # Publish this variable in the help.
30926 
30927 
30928   if [ -z "${JAVAH+x}" ]; then
30929     # The variable is not set by user, try to locate tool using the code snippet
30930 
30931       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for javah in Boot JDK" >&5
30932 $as_echo_n "checking for javah in Boot JDK... " >&6; }
30933       JAVAH=$BOOT_JDK/bin/javah
30934       if test ! -x $JAVAH; then
30935         { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
30936 $as_echo "not found" >&6; }
30937         { $as_echo "$as_me:${as_lineno-$LINENO}: Your Boot JDK seems broken. This might be fixed by explicitly setting --with-boot-jdk" >&5
30938 $as_echo "$as_me: Your Boot JDK seems broken. This might be fixed by explicitly setting --with-boot-jdk" >&6;}
30939         as_fn_error $? "Could not find javah in the Boot JDK" "$LINENO" 5
30940       fi
30941       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
30942 $as_echo "ok" >&6; }
30943 
30944 
30945   else
30946     # The variable is set, but is it from the command line or the environment?
30947 
30948     # Try to remove the string !JAVAH! from our list.
30949     try_remove_var=${CONFIGURE_OVERRIDDEN_VARIABLES//!JAVAH!/}
30950     if test "x$try_remove_var" = "x$CONFIGURE_OVERRIDDEN_VARIABLES"; then
30951       # If it failed, the variable was not from the command line. Ignore it,
30952       # but warn the user (except for BASH, which is always set by the calling BASH).
30953       if test "xJAVAH" != xBASH; then
30954         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Ignoring value of JAVAH from the environment. Use command line variables instead." >&5
30955 $as_echo "$as_me: WARNING: Ignoring value of JAVAH from the environment. Use command line variables instead." >&2;}
30956       fi
30957       # Try to locate tool using the code snippet
30958 
30959       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for javah in Boot JDK" >&5
30960 $as_echo_n "checking for javah in Boot JDK... " >&6; }
30961       JAVAH=$BOOT_JDK/bin/javah
30962       if test ! -x $JAVAH; then
30963         { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
30964 $as_echo "not found" >&6; }
30965         { $as_echo "$as_me:${as_lineno-$LINENO}: Your Boot JDK seems broken. This might be fixed by explicitly setting --with-boot-jdk" >&5
30966 $as_echo "$as_me: Your Boot JDK seems broken. This might be fixed by explicitly setting --with-boot-jdk" >&6;}
30967         as_fn_error $? "Could not find javah in the Boot JDK" "$LINENO" 5
30968       fi
30969       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
30970 $as_echo "ok" >&6; }
30971 
30972 
30973     else
30974       # If it succeeded, then it was overridden by the user. We will use it
30975       # for the tool.
30976 
30977       # First remove it from the list of overridden variables, so we can test
30978       # for unknown variables in the end.
30979       CONFIGURE_OVERRIDDEN_VARIABLES="$try_remove_var"
30980 
30981       # Check if we try to supply an empty value
30982       if test "x$JAVAH" = x; then
30983         { $as_echo "$as_me:${as_lineno-$LINENO}: Setting user supplied tool JAVAH= (no value)" >&5
30984 $as_echo "$as_me: Setting user supplied tool JAVAH= (no value)" >&6;}
30985         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JAVAH" >&5
30986 $as_echo_n "checking for JAVAH... " >&6; }
30987         { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5
30988 $as_echo "disabled" >&6; }
30989       else
30990         # Check if the provided tool contains a complete path.
30991         tool_specified="$JAVAH"
30992         tool_basename="${tool_specified##*/}"
30993         if test "x$tool_basename" = "x$tool_specified"; then
30994           # A command without a complete path is provided, search $PATH.
30995           { $as_echo "$as_me:${as_lineno-$LINENO}: Will search for user supplied tool JAVAH=$tool_basename" >&5
30996 $as_echo "$as_me: Will search for user supplied tool JAVAH=$tool_basename" >&6;}
30997           # Extract the first word of "$tool_basename", so it can be a program name with args.
30998 set dummy $tool_basename; ac_word=$2
30999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31000 $as_echo_n "checking for $ac_word... " >&6; }
31001 if ${ac_cv_path_JAVAH+:} false; then :
31002   $as_echo_n "(cached) " >&6
31003 else
31004   case $JAVAH in
31005   [\\/]* | ?:[\\/]*)
31006   ac_cv_path_JAVAH="$JAVAH" # Let the user override the test with a path.
31007   ;;
31008   *)
31009   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31010 for as_dir in $PATH
31011 do
31012   IFS=$as_save_IFS
31013   test -z "$as_dir" && as_dir=.
31014     for ac_exec_ext in '' $ac_executable_extensions; do
31015   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31016     ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext"
31017     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
31018     break 2
31019   fi
31020 done
31021   done
31022 IFS=$as_save_IFS
31023 
31024   ;;
31025 esac
31026 fi
31027 JAVAH=$ac_cv_path_JAVAH
31028 if test -n "$JAVAH"; then
31029   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAH" >&5
31030 $as_echo "$JAVAH" >&6; }
31031 else
31032   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31033 $as_echo "no" >&6; }
31034 fi
31035 
31036 
31037           if test "x$JAVAH" = x; then
31038             as_fn_error $? "User supplied tool $tool_basename could not be found" "$LINENO" 5
31039           fi
31040         else
31041           # Otherwise we believe it is a complete path. Use it as it is.
31042           { $as_echo "$as_me:${as_lineno-$LINENO}: Will use user supplied tool JAVAH=$tool_specified" >&5
31043 $as_echo "$as_me: Will use user supplied tool JAVAH=$tool_specified" >&6;}
31044           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JAVAH" >&5
31045 $as_echo_n "checking for JAVAH... " >&6; }
31046           if test ! -x "$tool_specified"; then
31047             { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
31048 $as_echo "not found" >&6; }
31049             as_fn_error $? "User supplied tool JAVAH=$tool_specified does not exist or is not executable" "$LINENO" 5
31050           fi
31051           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tool_specified" >&5
31052 $as_echo "$tool_specified" >&6; }
31053         fi
31054       fi
31055     fi
31056 
31057   fi
31058 
31059 
31060 
31061   # Use user overridden value if available, otherwise locate tool in the Boot JDK.
31062 
31063   # Publish this variable in the help.
31064 
31065 
31066   if [ -z "${JAVADOC+x}" ]; then
31067     # The variable is not set by user, try to locate tool using the code snippet
31068 
31069       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for javadoc in Boot JDK" >&5




 864 TOOLCHAIN_TYPE
 865 STATIC_BUILD
 866 IMPORT_MODULES_MAKE
 867 IMPORT_MODULES_SRC
 868 IMPORT_MODULES_MAN
 869 IMPORT_MODULES_LEGAL
 870 IMPORT_MODULES_CONF
 871 IMPORT_MODULES_LIBS
 872 IMPORT_MODULES_CMDS
 873 IMPORT_MODULES_CLASSES
 874 EXTERNAL_BUILDJDK
 875 BUILD_JDK
 876 CREATE_BUILDJDK
 877 JLINK
 878 JMOD
 879 JAVAC_FLAGS
 880 BOOT_JDK_SOURCETARGET
 881 JARSIGNER
 882 JAR
 883 JAVADOC

 884 JAVAC
 885 JAVA
 886 BOOT_JDK
 887 JAVA_CHECK
 888 JAVAC_CHECK
 889 VENDOR_VERSION_STRING
 890 VERSION_DATE
 891 VERSION_IS_GA
 892 VERSION_SHORT
 893 VERSION_STRING
 894 VERSION_NUMBER_FOUR_POSITIONS
 895 VERSION_NUMBER
 896 VERSION_OPT
 897 VERSION_BUILD
 898 VERSION_PRE
 899 VERSION_PATCH
 900 VERSION_UPDATE
 901 VERSION_INTERIM
 902 VERSION_FEATURE
 903 COMPANY_NAME


1075 CONFIGURE_COMMAND_LINE
1076 target_alias
1077 host_alias
1078 build_alias
1079 LIBS
1080 ECHO_T
1081 ECHO_N
1082 ECHO_C
1083 DEFS
1084 mandir
1085 localedir
1086 libdir
1087 psdir
1088 pdfdir
1089 dvidir
1090 htmldir
1091 infodir
1092 docdir
1093 oldincludedir
1094 includedir

1095 localstatedir
1096 sharedstatedir
1097 sysconfdir
1098 datadir
1099 datarootdir
1100 libexecdir
1101 sbindir
1102 bindir
1103 program_transform_name
1104 prefix
1105 exec_prefix
1106 PACKAGE_URL
1107 PACKAGE_BUGREPORT
1108 PACKAGE_STRING
1109 PACKAGE_VERSION
1110 PACKAGE_TARNAME
1111 PACKAGE_NAME
1112 PATH_SEPARATOR
1113 SHELL'
1114 ac_subst_files=''


1281 PANDOC
1282 MAKE
1283 UNZIP
1284 ZIPEXE
1285 LDD
1286 READELF
1287 DOT
1288 HG
1289 STAT
1290 TIME
1291 FLOCK
1292 DTRACE
1293 PATCH
1294 DSYMUTIL
1295 XATTR
1296 CODESIGN
1297 SETFILE
1298 PKG_CONFIG
1299 JAVA
1300 JAVAC

1301 JAVADOC
1302 JAR
1303 JARSIGNER
1304 CC
1305 CFLAGS
1306 LDFLAGS
1307 LIBS
1308 CPPFLAGS
1309 CXX
1310 CXXFLAGS
1311 CCC
1312 CPP
1313 CXXCPP
1314 AS
1315 AR
1316 LIPO
1317 OTOOL
1318 INSTALL_NAME_TOOL
1319 STRIP
1320 NM


1364 site=
1365 srcdir=
1366 verbose=
1367 x_includes=NONE
1368 x_libraries=NONE
1369 
1370 # Installation directory options.
1371 # These are left unexpanded so users can "make install exec_prefix=/foo"
1372 # and all the variables that are supposed to be based on exec_prefix
1373 # by default will actually change.
1374 # Use braces instead of parens because sh, perl, etc. also accept them.
1375 # (The list follows the same order as the GNU Coding Standards.)
1376 bindir='${exec_prefix}/bin'
1377 sbindir='${exec_prefix}/sbin'
1378 libexecdir='${exec_prefix}/libexec'
1379 datarootdir='${prefix}/share'
1380 datadir='${datarootdir}'
1381 sysconfdir='${prefix}/etc'
1382 sharedstatedir='${prefix}/com'
1383 localstatedir='${prefix}/var'

1384 includedir='${prefix}/include'
1385 oldincludedir='/usr/include'
1386 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1387 infodir='${datarootdir}/info'
1388 htmldir='${docdir}'
1389 dvidir='${docdir}'
1390 pdfdir='${docdir}'
1391 psdir='${docdir}'
1392 libdir='${exec_prefix}/lib'
1393 localedir='${datarootdir}/locale'
1394 mandir='${datarootdir}/man'
1395 
1396 ac_prev=
1397 ac_dashdash=
1398 for ac_option
1399 do
1400   # If the previous option needs an argument, assign it.
1401   if test -n "$ac_prev"; then
1402     eval $ac_prev=\$ac_option
1403     ac_prev=


1616   | --program-transform=* | --program-transfor=* \
1617   | --program-transfo=* | --program-transf=* \
1618   | --program-trans=* | --program-tran=* \
1619   | --progr-tra=* | --program-tr=* | --program-t=*)
1620     program_transform_name=$ac_optarg ;;
1621 
1622   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1623     ac_prev=pdfdir ;;
1624   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1625     pdfdir=$ac_optarg ;;
1626 
1627   -psdir | --psdir | --psdi | --psd | --ps)
1628     ac_prev=psdir ;;
1629   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1630     psdir=$ac_optarg ;;
1631 
1632   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1633   | -silent | --silent | --silen | --sile | --sil)
1634     silent=yes ;;
1635 









1636   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1637     ac_prev=sbindir ;;
1638   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1639   | --sbi=* | --sb=*)
1640     sbindir=$ac_optarg ;;
1641 
1642   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1643   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1644   | --sharedst | --shareds | --shared | --share | --shar \
1645   | --sha | --sh)
1646     ac_prev=sharedstatedir ;;
1647   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1648   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1649   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1650   | --sha=* | --sh=*)
1651     sharedstatedir=$ac_optarg ;;
1652 
1653   -site | --site | --sit)
1654     ac_prev=site ;;
1655   -site=* | --site=* | --sit=*)


1753   esac
1754 done
1755 
1756 if test -n "$ac_prev"; then
1757   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1758   as_fn_error $? "missing argument to $ac_option"
1759 fi
1760 
1761 if test -n "$ac_unrecognized_opts"; then
1762   case $enable_option_checking in
1763     no) ;;
1764     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1765     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1766   esac
1767 fi
1768 
1769 # Check all directory arguments for consistency.
1770 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1771                 datadir sysconfdir sharedstatedir localstatedir includedir \
1772                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1773                 libdir localedir mandir
1774 do
1775   eval ac_val=\$$ac_var
1776   # Remove trailing slashes.
1777   case $ac_val in
1778     */ )
1779       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1780       eval $ac_var=\$ac_val;;
1781   esac
1782   # Be sure to have absolute directory names.
1783   case $ac_val in
1784     [\\/$]* | ?:[\\/]* )  continue;;
1785     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1786   esac
1787   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1788 done
1789 
1790 # There might be people who depend on the old broken behavior: `$host'
1791 # used to hold the argument of --host etc.
1792 # FIXME: To remove some day.
1793 build=$build_alias


1906 Installation directories:
1907   --prefix=PREFIX         install architecture-independent files in PREFIX
1908                           [$ac_default_prefix]
1909   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1910                           [PREFIX]
1911 
1912 By default, \`make install' will install all the files in
1913 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1914 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1915 for instance \`--prefix=\$HOME'.
1916 
1917 For better control, use the options below.
1918 
1919 Fine tuning of the installation directories:
1920   --bindir=DIR            user executables [EPREFIX/bin]
1921   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1922   --libexecdir=DIR        program executables [EPREFIX/libexec]
1923   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1924   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1925   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]

1926   --libdir=DIR            object code libraries [EPREFIX/lib]
1927   --includedir=DIR        C header files [PREFIX/include]
1928   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1929   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1930   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1931   --infodir=DIR           info documentation [DATAROOTDIR/info]
1932   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1933   --mandir=DIR            man documentation [DATAROOTDIR/man]
1934   --docdir=DIR            documentation root [DATAROOTDIR/doc/openjdk]
1935   --htmldir=DIR           html documentation [DOCDIR]
1936   --dvidir=DIR            dvi documentation [DOCDIR]
1937   --pdfdir=DIR            pdf documentation [DOCDIR]
1938   --psdir=DIR             ps documentation [DOCDIR]
1939 _ACEOF
1940 
1941   cat <<\_ACEOF
1942 
1943 X features:
1944   --x-includes=DIR    X include files are in DIR
1945   --x-libraries=DIR   X library files are in DIR


2240   PANDOC      Override default value for PANDOC
2241   MAKE        Override default value for MAKE
2242   UNZIP       Override default value for UNZIP
2243   ZIPEXE      Override default value for ZIPEXE
2244   LDD         Override default value for LDD
2245   READELF     Override default value for READELF
2246   DOT         Override default value for DOT
2247   HG          Override default value for HG
2248   STAT        Override default value for STAT
2249   TIME        Override default value for TIME
2250   FLOCK       Override default value for FLOCK
2251   DTRACE      Override default value for DTRACE
2252   PATCH       Override default value for PATCH
2253   DSYMUTIL    Override default value for DSYMUTIL
2254   XATTR       Override default value for XATTR
2255   CODESIGN    Override default value for CODESIGN
2256   SETFILE     Override default value for SETFILE
2257   PKG_CONFIG  path to pkg-config utility
2258   JAVA        Override default value for JAVA
2259   JAVAC       Override default value for JAVAC

2260   JAVADOC     Override default value for JAVADOC
2261   JAR         Override default value for JAR
2262   JARSIGNER   Override default value for JARSIGNER
2263   CC          C compiler command
2264   CFLAGS      C compiler flags
2265   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
2266               nonstandard directory <lib dir>
2267   LIBS        libraries to pass to the linker, e.g. -l<library>
2268   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2269               you have headers in a nonstandard directory <include dir>
2270   CXX         C++ compiler command
2271   CXXFLAGS    C++ compiler flags
2272   CPP         C preprocessor
2273   CXXCPP      C++ preprocessor
2274   AS          Override default value for AS
2275   AR          Override default value for AR
2276   LIPO        Override default value for LIPO
2277   OTOOL       Override default value for OTOOL
2278   INSTALL_NAME_TOOL
2279               Override default value for INSTALL_NAME_TOOL


5155 
5156 
5157 
5158 
5159 
5160 
5161 
5162 
5163 
5164 
5165 
5166 
5167 
5168 
5169 # This line needs to be here, verbatim, after all includes and the dummy hook
5170 # definitions. It is replaced with custom functionality when building
5171 # custom sources.
5172 #CUSTOM_AUTOCONF_INCLUDE
5173 
5174 # Do not change or remove the following line, it is needed for consistency checks:
5175 DATE_WHEN_GENERATED=1513717875
5176 
5177 ###############################################################################
5178 #
5179 # Initialization / Boot-strapping
5180 #
5181 # The bootstrapping process needs to solve the "chicken or the egg" problem,
5182 # thus it jumps back and forth, each time gaining something needed later on.
5183 #
5184 ###############################################################################
5185 
5186 # If we are requested to print additional help, do that and then exit.
5187 # This must be the very first call.
5188 
5189   if test "x$CONFIGURE_PRINT_ADDITIONAL_HELP" != x; then
5190 
5191     # Print available toolchains
5192     $PRINTF "The following toolchains are available as arguments to --with-toolchain-type.\n"
5193     $PRINTF "Which are valid to use depends on the build platform.\n"
5194     for toolchain in $VALID_TOOLCHAINS_all; do
5195       # Use indirect variable referencing


30877 $as_echo "$JAVAC" >&6; }
30878 else
30879   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30880 $as_echo "no" >&6; }
30881 fi
30882 
30883 
30884           if test "x$JAVAC" = x; then
30885             as_fn_error $? "User supplied tool $tool_basename could not be found" "$LINENO" 5
30886           fi
30887         else
30888           # Otherwise we believe it is a complete path. Use it as it is.
30889           { $as_echo "$as_me:${as_lineno-$LINENO}: Will use user supplied tool JAVAC=$tool_specified" >&5
30890 $as_echo "$as_me: Will use user supplied tool JAVAC=$tool_specified" >&6;}
30891           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JAVAC" >&5
30892 $as_echo_n "checking for JAVAC... " >&6; }
30893           if test ! -x "$tool_specified"; then
30894             { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
30895 $as_echo "not found" >&6; }
30896             as_fn_error $? "User supplied tool JAVAC=$tool_specified does not exist or is not executable" "$LINENO" 5










































































































































30897           fi
30898           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tool_specified" >&5
30899 $as_echo "$tool_specified" >&6; }
30900         fi
30901       fi
30902     fi
30903 
30904   fi
30905 
30906 
30907 
30908   # Use user overridden value if available, otherwise locate tool in the Boot JDK.
30909 
30910   # Publish this variable in the help.
30911 
30912 
30913   if [ -z "${JAVADOC+x}" ]; then
30914     # The variable is not set by user, try to locate tool using the code snippet
30915 
30916       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for javadoc in Boot JDK" >&5


< prev index next >