< prev index next >

common/autoconf/configure.ac

Print this page
rev 2552 : 8079891: Store configure log in $BUILD/configure.log
Reviewed-by: erikj

*** 260,277 **** # in the output directory instead of the current directory. CONFIG_STATUS="$OUTPUT_ROOT/config.status" # Create the actual output files. Now the main work of configure is done. AC_OUTPUT - CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK - - # Try to move the config.log file to the output directory. - if test -e ./config.log; then - $MV -f ./config.log "$OUTPUT_ROOT/config.log" 2> /dev/null - fi ! # Make the compare script executable ! $CHMOD +x $OUTPUT_ROOT/compare.sh # Finally output some useful information to the user HELP_PRINT_SUMMARY_AND_WARNINGS HELP_REPEAT_WARNINGS --- 260,272 ---- # in the output directory instead of the current directory. CONFIG_STATUS="$OUTPUT_ROOT/config.status" # Create the actual output files. Now the main work of configure is done. AC_OUTPUT ! # After AC_OUTPUT, we need to do final work ! CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK ! BASIC_POST_CONFIG_OUTPUT # Finally output some useful information to the user HELP_PRINT_SUMMARY_AND_WARNINGS HELP_REPEAT_WARNINGS
< prev index next >