common/autoconf/generated-configure.sh

changeset 734
3cbcc2b6ba41
parent 733
198d25db45da
child 739
0d1e8518c722
equal deleted inserted replaced
733:198d25db45da 734:3cbcc2b6ba41
3780 # definitions. It is replaced with custom functionality when building 3780 # definitions. It is replaced with custom functionality when building
3781 # custom sources. 3781 # custom sources.
3782 #CUSTOM_AUTOCONF_INCLUDE 3782 #CUSTOM_AUTOCONF_INCLUDE
3783 3783
3784 # Do not change or remove the following line, it is needed for consistency checks: 3784 # Do not change or remove the following line, it is needed for consistency checks:
3785 DATE_WHEN_GENERATED=1370948811 3785 DATE_WHEN_GENERATED=1370949244
3786 3786
3787 ############################################################################### 3787 ###############################################################################
3788 # 3788 #
3789 # Initialization / Boot-strapping 3789 # Initialization / Boot-strapping
3790 # 3790 #
10780 fi 10780 fi
10781 10781
10782 if test "x$with_cacerts_file" != x; then 10782 if test "x$with_cacerts_file" != x; then
10783 CACERTS_FILE=$with_cacerts_file 10783 CACERTS_FILE=$with_cacerts_file
10784 else 10784 else
10785 if test "x$OPENJDK" = "xtrue"; then 10785 CACERTS_FILE=${SRC_ROOT}/jdk/src/share/lib/security/cacerts
10786 CACERTS_FILE=${SRC_ROOT}/jdk/src/share/lib/security/cacerts
10787 else
10788 CACERTS_FILE=${SRC_ROOT}/jdk/src/closed/share/lib/security/cacerts.internal
10789 fi
10790 fi 10786 fi
10791 10787
10792 10788
10793 ############################################################################### 10789 ###############################################################################
10794 # 10790 #

mercurial