common/autoconf/generated-configure.sh

changeset 1025
a14345c657e4
parent 1024
f0abd4607ac4
child 1028
feeb67be5886
equal deleted inserted replaced
1024:f0abd4607ac4 1025:a14345c657e4
3863 # definitions. It is replaced with custom functionality when building 3863 # definitions. It is replaced with custom functionality when building
3864 # custom sources. 3864 # custom sources.
3865 #CUSTOM_AUTOCONF_INCLUDE 3865 #CUSTOM_AUTOCONF_INCLUDE
3866 3866
3867 # Do not change or remove the following line, it is needed for consistency checks: 3867 # Do not change or remove the following line, it is needed for consistency checks:
3868 DATE_WHEN_GENERATED=1394787296 3868 DATE_WHEN_GENERATED=1396039024
3869 3869
3870 ############################################################################### 3870 ###############################################################################
3871 # 3871 #
3872 # Initialization / Boot-strapping 3872 # Initialization / Boot-strapping
3873 # 3873 #
11154 11154
11155 if test "x$with_update_version" = xyes; then 11155 if test "x$with_update_version" = xyes; then
11156 as_fn_error $? "Update version must have a value" "$LINENO" 5 11156 as_fn_error $? "Update version must have a value" "$LINENO" 5
11157 elif test "x$with_update_version" != x; then 11157 elif test "x$with_update_version" != x; then
11158 JDK_UPDATE_VERSION="$with_update_version" 11158 JDK_UPDATE_VERSION="$with_update_version"
11159 # On macosx 10.7, it's not possible to set --with-update-version=0X due
11160 # to a bug in expr (which reduces it to just X). To work around this, we
11161 # always add a 0 to one digit update versions.
11162 if test "${#JDK_UPDATE_VERSION}" = "1"; then
11163 JDK_UPDATE_VERSION="0${JDK_UPDATE_VERSION}"
11164 fi
11159 fi 11165 fi
11160 11166
11161 11167
11162 # Check whether --with-user-release-suffix was given. 11168 # Check whether --with-user-release-suffix was given.
11163 if test "${with_user_release_suffix+set}" = set; then : 11169 if test "${with_user_release_suffix+set}" = set; then :

mercurial