common/autoconf/generated-configure.sh

changeset 727
44259699e0b5
parent 726
c31e9dc1fe3d
child 728
db3144e1f89b
equal deleted inserted replaced
726:c31e9dc1fe3d 727:44259699e0b5
986 enable_headful 986 enable_headful
987 enable_hotspot_test_in_build 987 enable_hotspot_test_in_build
988 with_cacerts_file 988 with_cacerts_file
989 enable_unlimited_crypto 989 enable_unlimited_crypto
990 with_milestone 990 with_milestone
991 with_update_version
991 with_build_number 992 with_build_number
992 with_user_release_suffix 993 with_user_release_suffix
993 with_boot_jdk 994 with_boot_jdk
994 with_boot_jdk_jvmargs 995 with_boot_jdk_jvmargs
995 with_add_source_root 996 with_add_source_root
1725 [/localhome/builddeps] 1726 [/localhome/builddeps]
1726 --with-builddeps-group chgrp the downloaded build dependencies to this 1727 --with-builddeps-group chgrp the downloaded build dependencies to this
1727 group 1728 group
1728 --with-cacerts-file specify alternative cacerts file 1729 --with-cacerts-file specify alternative cacerts file
1729 --with-milestone Set milestone value for build [internal] 1730 --with-milestone Set milestone value for build [internal]
1731 --with-update-version Set update version value for build [b00]
1730 --with-build-number Set build number value for build [b00] 1732 --with-build-number Set build number value for build [b00]
1731 --with-user-release-suffix 1733 --with-user-release-suffix
1732 Add a custom string to the version string if build 1734 Add a custom string to the version string if build
1733 number isn't set.[username_builddateb00] 1735 number isn't set.[username_builddateb00]
1734 --with-boot-jdk path to Boot JDK (used to bootstrap build) [probed] 1736 --with-boot-jdk path to Boot JDK (used to bootstrap build) [probed]
3778 # definitions. It is replaced with custom functionality when building 3780 # definitions. It is replaced with custom functionality when building
3779 # custom sources. 3781 # custom sources.
3780 #CUSTOM_AUTOCONF_INCLUDE 3782 #CUSTOM_AUTOCONF_INCLUDE
3781 3783
3782 # 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:
3783 DATE_WHEN_GENERATED=1370001995 3785 DATE_WHEN_GENERATED=1370333982
3784 3786
3785 ############################################################################### 3787 ###############################################################################
3786 # 3788 #
3787 # Initialization / Boot-strapping 3789 # Initialization / Boot-strapping
3788 # 3790 #
10836 elif test "x$with_milestone" != x; then 10838 elif test "x$with_milestone" != x; then
10837 MILESTONE="$with_milestone" 10839 MILESTONE="$with_milestone"
10838 fi 10840 fi
10839 if test "x$MILESTONE" = x; then 10841 if test "x$MILESTONE" = x; then
10840 MILESTONE=internal 10842 MILESTONE=internal
10843 fi
10844
10845
10846 # Check whether --with-update-version was given.
10847 if test "${with_update_version+set}" = set; then :
10848 withval=$with_update_version;
10849 fi
10850
10851 if test "x$with_update_version" = xyes; then
10852 as_fn_error $? "Update version must have a value" "$LINENO" 5
10853 elif test "x$with_update_version" != x; then
10854 JDK_UPDATE_VERSION="$with_update_version"
10841 fi 10855 fi
10842 10856
10843 10857
10844 # Check whether --with-build-number was given. 10858 # Check whether --with-build-number was given.
10845 if test "${with_build_number+set}" = set; then : 10859 if test "${with_build_number+set}" = set; then :

mercurial