common/autoconf/configure.ac

changeset 1320
045eace96e6d
parent 972
f3697e0783e2
child 1482
8fb429038513
child 2206
7ba4e17574e0
     1.1 --- a/common/autoconf/configure.ac	Tue Mar 03 11:51:15 2015 +0100
     1.2 +++ b/common/autoconf/configure.ac	Mon Mar 09 10:21:46 2015 +0100
     1.3 @@ -53,6 +53,7 @@
     1.4  
     1.5  AC_DEFUN_ONCE([CUSTOM_EARLY_HOOK])
     1.6  AC_DEFUN_ONCE([CUSTOM_LATE_HOOK])
     1.7 +AC_DEFUN_ONCE([CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK])
     1.8  
     1.9  # This line needs to be here, verbatim, after all includes and the dummy hook
    1.10  # definitions. It is replaced with custom functionality when building
    1.11 @@ -237,6 +238,7 @@
    1.12  
    1.13  # Create the actual output files. Now the main work of configure is done.
    1.14  AC_OUTPUT
    1.15 +CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK
    1.16  
    1.17  # Try to move the config.log file to the output directory.
    1.18  if test -e ./config.log; then

mercurial