make/autoconf/configure.ac
changeset 48743 ba52fa7bbf14
parent 48681 2e2551c38484
child 49120 c04d813140dc
child 56161 a7585ecb9fc2
equal deleted inserted replaced
48742:364944ba4e2f 48743:ba52fa7bbf14
     1 SRC#
     1 SRC#
     2 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    61 # This line needs to be here, verbatim, after all includes and the dummy hook
    61 # This line needs to be here, verbatim, after all includes and the dummy hook
    62 # definitions. It is replaced with custom functionality when building
    62 # definitions. It is replaced with custom functionality when building
    63 # custom sources.
    63 # custom sources.
    64 #CUSTOM_AUTOCONF_INCLUDE
    64 #CUSTOM_AUTOCONF_INCLUDE
    65 
    65 
    66 # Do not change or remove the following line, it is needed for consistency checks:
       
    67 DATE_WHEN_GENERATED=@DATE_WHEN_GENERATED@
       
    68 
       
    69 ###############################################################################
    66 ###############################################################################
    70 #
    67 #
    71 # Initialization / Boot-strapping
    68 # Initialization / Boot-strapping
    72 #
    69 #
    73 # The bootstrapping process needs to solve the "chicken or the egg" problem,
    70 # The bootstrapping process needs to solve the "chicken or the egg" problem,