changeset 1425:045eace96e6d

8074554: Create custom hook for running after AC_OUTPUT Reviewed-by: erikj
author ihse
date Mon, 09 Mar 2015 10:21:46 +0100
parents 8c6fc91495b9
children 2025e237b2a1
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 11:51:15 2015 +0100
+++ b/common/autoconf/configure.ac	Mon Mar 09 10:21:46 2015 +0100
@@ -53,6 +53,7 @@
 
 AC_DEFUN_ONCE([CUSTOM_EARLY_HOOK])
 AC_DEFUN_ONCE([CUSTOM_LATE_HOOK])
+AC_DEFUN_ONCE([CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK])
 
 # This line needs to be here, verbatim, after all includes and the dummy hook
 # definitions. It is replaced with custom functionality when building
@@ -237,6 +238,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 11:51:15 2015 +0100
+++ b/common/autoconf/generated-configure.sh	Mon Mar 09 10:21:46 2015 +0100
@@ -3871,13 +3871,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=1425379745
+DATE_WHEN_GENERATED=1425892875
 
 ###############################################################################
 #
@@ -37467,6 +37468,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