common/autoconf/jdk-options.m4

changeset 727
44259699e0b5
parent 671
653ff6bcf0b1
child 734
3cbcc2b6ba41
     1.1 --- a/common/autoconf/jdk-options.m4	Fri May 31 14:07:42 2013 +0200
     1.2 +++ b/common/autoconf/jdk-options.m4	Tue Jun 04 10:23:37 2013 +0200
     1.3 @@ -422,6 +422,14 @@
     1.4    MILESTONE=internal
     1.5  fi
     1.6  
     1.7 +AC_ARG_WITH(update-version, [AS_HELP_STRING([--with-update-version], 
     1.8 +                          [Set update version value for build @<:@b00@:>@])])
     1.9 +if test "x$with_update_version" = xyes; then
    1.10 +  AC_MSG_ERROR([Update version must have a value])
    1.11 +elif test "x$with_update_version" != x; then
    1.12 +  JDK_UPDATE_VERSION="$with_update_version"
    1.13 +fi
    1.14 +
    1.15  AC_ARG_WITH(build-number, [AS_HELP_STRING([--with-build-number], 
    1.16                            [Set build number value for build @<:@b00@:>@])])
    1.17  if test "x$with_build_number" = xyes; then

mercurial