common/autoconf/generated-configure.sh
changeset 17819 cd99349ffc0d
parent 17818 cfaa38a17d56
child 18020 eade0d9836bf
equal deleted inserted replaced
17818:cfaa38a17d56 17819:cd99349ffc0d
  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 #