common/autoconf/jdk-options.m4

changeset 602
0d46733cfffb
parent 575
6f8f7a5449f6
child 656
e2057191f6da
equal deleted inserted replaced
601:ea6379d4624f 602:0d46733cfffb
387 [Set milestone value for build @<:@internal@:>@])]) 387 [Set milestone value for build @<:@internal@:>@])])
388 if test "x$with_milestone" = xyes; then 388 if test "x$with_milestone" = xyes; then
389 AC_MSG_ERROR([Milestone must have a value]) 389 AC_MSG_ERROR([Milestone must have a value])
390 elif test "x$with_milestone" != x; then 390 elif test "x$with_milestone" != x; then
391 MILESTONE="$with_milestone" 391 MILESTONE="$with_milestone"
392 else 392 fi
393 if test "x$MILESTONE" = x; then
393 MILESTONE=internal 394 MILESTONE=internal
394 fi 395 fi
395 396
396 AC_ARG_WITH(build-number, [AS_HELP_STRING([--with-build-number], 397 AC_ARG_WITH(build-number, [AS_HELP_STRING([--with-build-number],
397 [Set build number value for build @<:@b00@:>@])]) 398 [Set build number value for build @<:@b00@:>@])])

mercurial