< prev index next >

make/autoconf/configure.ac

Print this page




 103 
 104 # To properly create a configuration name, we need to have the OpenJDK target
 105 # and options (variants and debug level) parsed.
 106 BASIC_SETUP_OUTPUT_DIR
 107 
 108 # Must be done before we can call HELP_MSG_MISSING_DEPENDENCY.
 109 HELP_SETUP_DEPENDENCY_HELP
 110 
 111 # Setup tools that requires more complex handling, or that is not needed by the configure script.
 112 BASIC_SETUP_COMPLEX_TOOLS
 113 BASIC_CHECK_BASH_OPTIONS
 114 
 115 # Check if pkg-config is available.
 116 PKG_PROG_PKG_CONFIG
 117 
 118 # After basic tools have been setup, we can check build os specific details.
 119 PLATFORM_SETUP_OPENJDK_BUILD_OS_VERSION
 120 
 121 # Misc basic settings
 122 BASIC_SETUP_DEFAULT_MAKE_TARGET

 123 
 124 ###############################################################################
 125 #
 126 # Determine OpenJDK variants, options and version numbers.
 127 #
 128 ###############################################################################
 129 
 130 # We need build & target for this.
 131 JDKOPT_SETUP_JDK_OPTIONS
 132 JDKOPT_SETUP_JLINK_OPTIONS
 133 JDKVER_SETUP_JDK_VERSION_NUMBERS
 134 
 135 ###############################################################################
 136 #
 137 # Setup BootJDK, used to bootstrap the build.
 138 #
 139 ###############################################################################
 140 
 141 BOOTJDK_SETUP_BOOT_JDK
 142 BOOTJDK_SETUP_BUILD_JDK




 103 
 104 # To properly create a configuration name, we need to have the OpenJDK target
 105 # and options (variants and debug level) parsed.
 106 BASIC_SETUP_OUTPUT_DIR
 107 
 108 # Must be done before we can call HELP_MSG_MISSING_DEPENDENCY.
 109 HELP_SETUP_DEPENDENCY_HELP
 110 
 111 # Setup tools that requires more complex handling, or that is not needed by the configure script.
 112 BASIC_SETUP_COMPLEX_TOOLS
 113 BASIC_CHECK_BASH_OPTIONS
 114 
 115 # Check if pkg-config is available.
 116 PKG_PROG_PKG_CONFIG
 117 
 118 # After basic tools have been setup, we can check build os specific details.
 119 PLATFORM_SETUP_OPENJDK_BUILD_OS_VERSION
 120 
 121 # Misc basic settings
 122 BASIC_SETUP_DEFAULT_MAKE_TARGET
 123 BASIC_SETUP_DEFAULT_LOG
 124 
 125 ###############################################################################
 126 #
 127 # Determine OpenJDK variants, options and version numbers.
 128 #
 129 ###############################################################################
 130 
 131 # We need build & target for this.
 132 JDKOPT_SETUP_JDK_OPTIONS
 133 JDKOPT_SETUP_JLINK_OPTIONS
 134 JDKVER_SETUP_JDK_VERSION_NUMBERS
 135 
 136 ###############################################################################
 137 #
 138 # Setup BootJDK, used to bootstrap the build.
 139 #
 140 ###############################################################################
 141 
 142 BOOTJDK_SETUP_BOOT_JDK
 143 BOOTJDK_SETUP_BUILD_JDK


< prev index next >