< prev index next >

common/autoconf/configure.ac

Print this page

        

*** 80,89 **** --- 80,92 ---- # Basic initialization that must happen first of all in the normal process. BASIC_INIT BASIC_SETUP_FUNDAMENTAL_TOOLS + # Check if we have devkits, extra paths or sysroot set. + BASIC_SETUP_DEVKIT + # Now we can determine OpenJDK build and target platforms. This is required to # have early on. PLATFORM_SETUP_OPENJDK_BUILD_AND_TARGET # Continue setting up basic stuff. Most remaining code require fundamental tools.
*** 99,111 **** JDKOPT_SETUP_DEBUG_LEVEL # With basic setup done, call the custom early hook. CUSTOM_EARLY_HOOK - # Check if we have devkits, extra paths or sysroot set. - BASIC_SETUP_DEVKIT - # To properly create a configuration name, we need to have the OpenJDK target # and options (variants and debug level) parsed. BASIC_SETUP_OUTPUT_DIR # Must be done before we can call HELP_MSG_MISSING_DEPENDENCY. --- 102,111 ----
< prev index next >