common/autoconf/generated-configure.sh

changeset 1202
c3bb27bf9f60
parent 1188
f2a095cc352b
child 1256
99a215ad14e3
child 1304
c27cb0ab944f
equal deleted inserted replaced
1199:60d2bf063f7d 1202:c3bb27bf9f60
1024 enable_unlimited_crypto 1024 enable_unlimited_crypto
1025 with_milestone 1025 with_milestone
1026 with_update_version 1026 with_update_version
1027 with_user_release_suffix 1027 with_user_release_suffix
1028 with_build_number 1028 with_build_number
1029 with_copyright_year
1029 with_boot_jdk 1030 with_boot_jdk
1030 with_boot_jdk_jvmargs 1031 with_boot_jdk_jvmargs
1031 with_add_source_root 1032 with_add_source_root
1032 with_override_source_root 1033 with_override_source_root
1033 with_adds_and_overrides 1034 with_adds_and_overrides
1774 --with-update-version Set update version value for build [b00] 1775 --with-update-version Set update version value for build [b00]
1775 --with-user-release-suffix 1776 --with-user-release-suffix
1776 Add a custom string to the version string if build 1777 Add a custom string to the version string if build
1777 number isn't set.[username_builddateb00] 1778 number isn't set.[username_builddateb00]
1778 --with-build-number Set build number value for build [b00] 1779 --with-build-number Set build number value for build [b00]
1780 --with-copyright-year Set copyright year value for build [current year]
1779 --with-boot-jdk path to Boot JDK (used to bootstrap build) [probed] 1781 --with-boot-jdk path to Boot JDK (used to bootstrap build) [probed]
1780 --with-boot-jdk-jvmargs specify JVM arguments to be passed to all 1782 --with-boot-jdk-jvmargs specify JVM arguments to be passed to all
1781 invocations of the Boot JDK, overriding the default 1783 invocations of the Boot JDK, overriding the default
1782 values, e.g --with-boot-jdk-jvmargs="-Xmx8G 1784 values, e.g --with-boot-jdk-jvmargs="-Xmx8G
1783 -enableassertions" 1785 -enableassertions"
3868 # definitions. It is replaced with custom functionality when building 3870 # definitions. It is replaced with custom functionality when building
3869 # custom sources. 3871 # custom sources.
3870 #CUSTOM_AUTOCONF_INCLUDE 3872 #CUSTOM_AUTOCONF_INCLUDE
3871 3873
3872 # Do not change or remove the following line, it is needed for consistency checks: 3874 # Do not change or remove the following line, it is needed for consistency checks:
3873 DATE_WHEN_GENERATED=1413192141 3875 DATE_WHEN_GENERATED=1416326200
3874 3876
3875 ############################################################################### 3877 ###############################################################################
3876 # 3878 #
3877 # Initialization / Boot-strapping 3879 # Initialization / Boot-strapping
3878 # 3880 #
11280 11282
11281 11283
11282 11284
11283 11285
11284 11286
11285 COPYRIGHT_YEAR=`date +'%Y'` 11287
11288 # Check whether --with-copyright-year was given.
11289 if test "${with_copyright_year+set}" = set; then :
11290 withval=$with_copyright_year;
11291 fi
11292
11293 if test "x$with_copyright_year" = xyes; then
11294 as_fn_error $? "Copyright year must have a value" "$LINENO" 5
11295 elif test "x$with_copyright_year" != x; then
11296 COPYRIGHT_YEAR="$with_copyright_year"
11297 else
11298 COPYRIGHT_YEAR=`date +'%Y'`
11299 fi
11286 11300
11287 11301
11288 if test "x$JDK_UPDATE_VERSION" != x; then 11302 if test "x$JDK_UPDATE_VERSION" != x; then
11289 JDK_VERSION="${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_MICRO_VERSION}_${JDK_UPDATE_VERSION}" 11303 JDK_VERSION="${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_MICRO_VERSION}_${JDK_UPDATE_VERSION}"
11290 else 11304 else

mercurial