< prev index next >

make/autoconf/configure.ac

Print this page




 256 
 257 # Can the C/C++ compiler use precompiled headers?
 258 BPERF_SETUP_PRECOMPILED_HEADERS
 259 
 260 # Setup use of ccache, if available
 261 BPERF_SETUP_CCACHE
 262 
 263 ###############################################################################
 264 #
 265 # And now the finish...
 266 #
 267 ###############################################################################
 268 
 269 # Check for some common pitfalls
 270 BASIC_TEST_USABILITY_ISSUES
 271 
 272 # At the end, call the custom hook. (Dummy macro if no custom sources available)
 273 CUSTOM_LATE_HOOK
 274 
 275 # This needs to be done after CUSTOM_LATE_HOOK since we can setup custom features.
 276 HOTSPOT_VALIDATE_JVM_FEATURES
 277 
 278 # Did user specify any unknown variables?
 279 BASIC_CHECK_LEFTOVER_OVERRIDDEN
 280 
 281 # We're messing a bit with internal autoconf variables to put the config.status
 282 # in the output directory instead of the current directory.
 283 CONFIG_STATUS="$CONFIGURESUPPORT_OUTPUTDIR/config.status"
 284 
 285 # Create the actual output files. Now the main work of configure is done.
 286 AC_OUTPUT
 287 
 288 # After AC_OUTPUT, we need to do final work
 289 CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK
 290 BASIC_POST_CONFIG_OUTPUT
 291 
 292 # Finally output some useful information to the user
 293 HELP_PRINT_SUMMARY_AND_WARNINGS
 294 CUSTOM_SUMMARY_AND_WARNINGS_HOOK
 295 HELP_REPEAT_WARNINGS


 256 
 257 # Can the C/C++ compiler use precompiled headers?
 258 BPERF_SETUP_PRECOMPILED_HEADERS
 259 
 260 # Setup use of ccache, if available
 261 BPERF_SETUP_CCACHE
 262 
 263 ###############################################################################
 264 #
 265 # And now the finish...
 266 #
 267 ###############################################################################
 268 
 269 # Check for some common pitfalls
 270 BASIC_TEST_USABILITY_ISSUES
 271 
 272 # At the end, call the custom hook. (Dummy macro if no custom sources available)
 273 CUSTOM_LATE_HOOK
 274 
 275 # This needs to be done after CUSTOM_LATE_HOOK since we can setup custom features.
 276 HOTSPOT_FINALIZE_JVM_FEATURES
 277 
 278 # Did user specify any unknown variables?
 279 BASIC_CHECK_LEFTOVER_OVERRIDDEN
 280 
 281 # We're messing a bit with internal autoconf variables to put the config.status
 282 # in the output directory instead of the current directory.
 283 CONFIG_STATUS="$CONFIGURESUPPORT_OUTPUTDIR/config.status"
 284 
 285 # Create the actual output files. Now the main work of configure is done.
 286 AC_OUTPUT
 287 
 288 # After AC_OUTPUT, we need to do final work
 289 CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK
 290 BASIC_POST_CONFIG_OUTPUT
 291 
 292 # Finally output some useful information to the user
 293 HELP_PRINT_SUMMARY_AND_WARNINGS
 294 CUSTOM_SUMMARY_AND_WARNINGS_HOOK
 295 HELP_REPEAT_WARNINGS
< prev index next >