common/autoconf/configure.ac
changeset 29446 029801f8ba4b
parent 28602 51c0dcf51b67
child 29448 419b99acf96d
equal deleted inserted replaced
29172:bc8ec27d5e6f 29446:029801f8ba4b
    52 m4_include([toolchain.m4])
    52 m4_include([toolchain.m4])
    53 m4_include([toolchain_windows.m4])
    53 m4_include([toolchain_windows.m4])
    54 
    54 
    55 AC_DEFUN_ONCE([CUSTOM_EARLY_HOOK])
    55 AC_DEFUN_ONCE([CUSTOM_EARLY_HOOK])
    56 AC_DEFUN_ONCE([CUSTOM_LATE_HOOK])
    56 AC_DEFUN_ONCE([CUSTOM_LATE_HOOK])
       
    57 AC_DEFUN_ONCE([CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK])
    57 AC_DEFUN_ONCE([CUSTOM_SUMMARY_AND_WARNINGS_HOOK])
    58 AC_DEFUN_ONCE([CUSTOM_SUMMARY_AND_WARNINGS_HOOK])
    58 
    59 
    59 # This line needs to be here, verbatim, after all includes and the dummy hook
    60 # This line needs to be here, verbatim, after all includes and the dummy hook
    60 # definitions. It is replaced with custom functionality when building
    61 # definitions. It is replaced with custom functionality when building
    61 # custom sources.
    62 # custom sources.
   262 # in the output directory instead of the current directory.
   263 # in the output directory instead of the current directory.
   263 CONFIG_STATUS="$OUTPUT_ROOT/config.status"
   264 CONFIG_STATUS="$OUTPUT_ROOT/config.status"
   264 
   265 
   265 # Create the actual output files. Now the main work of configure is done.
   266 # Create the actual output files. Now the main work of configure is done.
   266 AC_OUTPUT
   267 AC_OUTPUT
       
   268 CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK
   267 
   269 
   268 # Try to move the config.log file to the output directory.
   270 # Try to move the config.log file to the output directory.
   269 if test -e ./config.log; then
   271 if test -e ./config.log; then
   270   $MV -f ./config.log "$OUTPUT_ROOT/config.log" 2> /dev/null
   272   $MV -f ./config.log "$OUTPUT_ROOT/config.log" 2> /dev/null
   271 fi
   273 fi