common/autoconf/generated-configure.sh

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

mercurial