提交 821f259d 编写于 作者: I ihse

8074554: Create custom hook for running after AC_OUTPUT

Reviewed-by: erikj
上级 590d5b58
...@@ -53,6 +53,7 @@ m4_include([toolchain_windows.m4]) ...@@ -53,6 +53,7 @@ m4_include([toolchain_windows.m4])
AC_DEFUN_ONCE([CUSTOM_EARLY_HOOK]) AC_DEFUN_ONCE([CUSTOM_EARLY_HOOK])
AC_DEFUN_ONCE([CUSTOM_LATE_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 # This line needs to be here, verbatim, after all includes and the dummy hook
# definitions. It is replaced with custom functionality when building # definitions. It is replaced with custom functionality when building
...@@ -237,6 +238,7 @@ CONFIG_STATUS="$OUTPUT_ROOT/config.status" ...@@ -237,6 +238,7 @@ CONFIG_STATUS="$OUTPUT_ROOT/config.status"
# Create the actual output files. Now the main work of configure is done. # Create the actual output files. Now the main work of configure is done.
AC_OUTPUT AC_OUTPUT
CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK
# Try to move the config.log file to the output directory. # Try to move the config.log file to the output directory.
if test -e ./config.log; then if test -e ./config.log; then
......
...@@ -3871,13 +3871,14 @@ fi ...@@ -3871,13 +3871,14 @@ fi
# This line needs to be here, verbatim, after all includes and the dummy hook # This line needs to be here, verbatim, after all includes and the dummy hook
# definitions. It is replaced with custom functionality when building # definitions. It is replaced with custom functionality when building
# custom sources. # custom sources.
#CUSTOM_AUTOCONF_INCLUDE #CUSTOM_AUTOCONF_INCLUDE
# Do not change or remove the following line, it is needed for consistency checks: # 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 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} ...@@ -37467,6 +37468,7 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi fi
# Try to move the config.log file to the output directory. # Try to move the config.log file to the output directory.
if test -e ./config.log; then if test -e ./config.log; then
$MV -f ./config.log "$OUTPUT_ROOT/config.log" 2> /dev/null $MV -f ./config.log "$OUTPUT_ROOT/config.log" 2> /dev/null
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册