common/autoconf/jdk-options.m4

Print this page

        

*** 387,397 **** [Set milestone value for build @<:@internal@:>@])]) if test "x$with_milestone" = xyes; then AC_MSG_ERROR([Milestone must have a value]) elif test "x$with_milestone" != x; then MILESTONE="$with_milestone" ! else MILESTONE=internal fi AC_ARG_WITH(build-number, [AS_HELP_STRING([--with-build-number], [Set build number value for build @<:@b00@:>@])]) --- 387,398 ---- [Set milestone value for build @<:@internal@:>@])]) if test "x$with_milestone" = xyes; then AC_MSG_ERROR([Milestone must have a value]) elif test "x$with_milestone" != x; then MILESTONE="$with_milestone" ! fi ! if test "x$MILESTONE" = x; then MILESTONE=internal fi AC_ARG_WITH(build-number, [AS_HELP_STRING([--with-build-number], [Set build number value for build @<:@b00@:>@])])