make/autoconf/configure.ac
changeset 48681 2e2551c38484
parent 47479 77a5f2ef1807
child 48743 ba52fa7bbf14
equal deleted inserted replaced
48680:f944d1b7ab25 48681:2e2551c38484
   278 CUSTOM_LATE_HOOK
   278 CUSTOM_LATE_HOOK
   279 
   279 
   280 # This needs to be done after CUSTOM_LATE_HOOK since we can setup custom features.
   280 # This needs to be done after CUSTOM_LATE_HOOK since we can setup custom features.
   281 HOTSPOT_VALIDATE_JVM_FEATURES
   281 HOTSPOT_VALIDATE_JVM_FEATURES
   282 
   282 
       
   283 # Did user specify any unknown variables?
       
   284 BASIC_CHECK_LEFTOVER_OVERRIDDEN
       
   285 
   283 # We're messing a bit with internal autoconf variables to put the config.status
   286 # We're messing a bit with internal autoconf variables to put the config.status
   284 # in the output directory instead of the current directory.
   287 # in the output directory instead of the current directory.
   285 CONFIG_STATUS="$CONFIGURESUPPORT_OUTPUTDIR/config.status"
   288 CONFIG_STATUS="$CONFIGURESUPPORT_OUTPUTDIR/config.status"
   286 
   289 
   287 # Create the actual output files. Now the main work of configure is done.
   290 # Create the actual output files. Now the main work of configure is done.