common/autoconf/jdk-options.m4
changeset 17663 d2ae6f7a7e7b
parent 16581 b2cddec593f4
child 17819 cd99349ffc0d
--- a/common/autoconf/jdk-options.m4	Fri May 31 14:07:42 2013 +0200
+++ b/common/autoconf/jdk-options.m4	Tue Jun 04 10:23:37 2013 +0200
@@ -422,6 +422,14 @@
   MILESTONE=internal
 fi
 
+AC_ARG_WITH(update-version, [AS_HELP_STRING([--with-update-version], 
+                          [Set update version value for build @<:@b00@:>@])])
+if test "x$with_update_version" = xyes; then
+  AC_MSG_ERROR([Update version must have a value])
+elif test "x$with_update_version" != x; then
+  JDK_UPDATE_VERSION="$with_update_version"
+fi
+
 AC_ARG_WITH(build-number, [AS_HELP_STRING([--with-build-number], 
                           [Set build number value for build @<:@b00@:>@])])
 if test "x$with_build_number" = xyes; then