OpenJDK / valhalla / valhalla9
changeset 1397:8b9bd5ba445e
8074554: Create custom hook for running after AC_OUTPUT
Reviewed-by: erikj
author | ihse |
---|---|
date | Fri, 06 Mar 2015 14:53:00 +0100 |
parents | 60f674776534 |
children | c97a8eb28fd5 |
files | common/autoconf/configure.ac common/autoconf/generated-configure.sh |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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