# HG changeset patch # User ihse # Date 1425649980 -3600 # Node ID 029801f8ba4b6691ecb3064c084756a0922e3b22 # Parent bc8ec27d5e6fb515e8049e36b96f215d0f865394 8074554: Create custom hook for running after AC_OUTPUT Reviewed-by: erikj diff -r bc8ec27d5e6f -r 029801f8ba4b common/autoconf/configure.ac --- a/common/autoconf/configure.ac Tue Mar 03 08:48:21 2015 -0800 +++ b/common/autoconf/configure.ac Fri Mar 06 14:53:00 2015 +0100 @@ -54,6 +54,7 @@ AC_DEFUN_ONCE([CUSTOM_EARLY_HOOK]) AC_DEFUN_ONCE([CUSTOM_LATE_HOOK]) +AC_DEFUN_ONCE([CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK]) AC_DEFUN_ONCE([CUSTOM_SUMMARY_AND_WARNINGS_HOOK]) # This line needs to be here, verbatim, after all includes and the dummy hook @@ -264,6 +265,7 @@ # 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 diff -r bc8ec27d5e6f -r 029801f8ba4b common/autoconf/generated-configure.sh --- a/common/autoconf/generated-configure.sh Tue Mar 03 08:48:21 2015 -0800 +++ b/common/autoconf/generated-configure.sh Fri Mar 06 14:53:00 2015 +0100 @@ -4387,13 +4387,14 @@ + # This line needs to be here, verbatim, after all includes and the dummy hook # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: -DATE_WHEN_GENERATED=1424976950 +DATE_WHEN_GENERATED=1425649598 ############################################################################### # @@ -53396,6 +53397,7 @@ fi + # 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