make/autoconf/jdk-version.m4
author lana
Thu, 04 Jan 2018 04:22:28 +0000
changeset 48430 68c6f57c40d4
parent 48378 e8e8db4f8194
parent 48355 4944950606ef
child 48608 1dab70e20292
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
     1
#
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
     2
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
     4
#
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    10
#
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    15
# accompanied this code).
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    16
#
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    20
#
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    23
# questions.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    24
#
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    25
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    26
###############################################################################
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    27
#
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    28
# Setup version numbers
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    29
#
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    30
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    31
# Verify that a given string represents a valid version number, and assign it
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    32
# to a variable.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    33
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    34
# Argument 1: the variable to assign to
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    35
# Argument 2: the value given by the user
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    36
AC_DEFUN([JDKVER_CHECK_AND_SET_NUMBER],
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    37
[
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    38
  # Additional [] needed to keep m4 from mangling shell constructs.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    39
  if [ ! [[ "$2" =~ ^0*([1-9][0-9]*)|(0)$ ]] ] ; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    40
    AC_MSG_ERROR(["$2" is not a valid numerical value for $1])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    41
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    42
  # Extract the version number without leading zeros.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    43
  cleaned_value=${BASH_REMATCH[[1]]}
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    44
  if test "x$cleaned_value" = x; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    45
    # Special case for zero
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    46
    cleaned_value=${BASH_REMATCH[[2]]}
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    47
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    48
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    49
  if test $cleaned_value -gt 255; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    50
    AC_MSG_ERROR([$1 is given as $2. This is greater than 255 which is not allowed.])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    51
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    52
  if test "x$cleaned_value" != "x$2"; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    53
    AC_MSG_WARN([Value for $1 has been sanitized from '$2' to '$cleaned_value'])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    54
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    55
  $1=$cleaned_value
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    56
])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    57
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    58
AC_DEFUN_ONCE([JDKVER_SETUP_JDK_VERSION_NUMBERS],
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    59
[
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    60
  # Warn user that old version arguments are deprecated.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    61
  BASIC_DEPRECATED_ARG_WITH([milestone])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    62
  BASIC_DEPRECATED_ARG_WITH([update-version])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    63
  BASIC_DEPRECATED_ARG_WITH([user-release-suffix])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    64
  BASIC_DEPRECATED_ARG_WITH([build-number])
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
    65
  BASIC_DEPRECATED_ARG_WITH([version-major])
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
    66
  BASIC_DEPRECATED_ARG_WITH([version-minor])
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
    67
  BASIC_DEPRECATED_ARG_WITH([version-security])
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    68
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    69
  # Source the version numbers file
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    70
  . $AUTOCONF_DIR/version-numbers
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    71
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    72
  # Some non-version number information is set in that file
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    73
  AC_SUBST(LAUNCHER_NAME)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    74
  AC_SUBST(PRODUCT_NAME)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    75
  AC_SUBST(PRODUCT_SUFFIX)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    76
  AC_SUBST(JDK_RC_PLATFORM_NAME)
37402
62b5f067032e 8152666: The new Hotspot Build System
erikj
parents: 35444
diff changeset
    77
  AC_SUBST(HOTSPOT_VM_DISTRO)
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    78
  AC_SUBST(MACOSX_BUNDLE_NAME_BASE)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    79
  AC_SUBST(MACOSX_BUNDLE_ID_BASE)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    80
48378
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    81
  # The vendor name, if any
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    82
  AC_ARG_WITH(vendor-name, [AS_HELP_STRING([--with-vendor-name],
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    83
      [Set vendor name @<:@not specified@:>@])])
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    84
  if test "x$with_vendor_name" = xyes; then
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    85
    AC_MSG_ERROR([--with-vendor-name must have a value])
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    86
  elif [ ! [[ $with_vendor_name =~ ^[[:print:]]*$ ]] ]; then
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    87
    AC_MSG_ERROR([--with--vendor-name contains non-printing characters: $with_vendor_name])
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    88
  else
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    89
    COMPANY_NAME="$with_vendor_name"
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    90
  fi
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    91
  AC_SUBST(COMPANY_NAME)
e8e8db4f8194 8193764: Cannot set COMPANY_NAME when configuring a build
mr
parents: 48327
diff changeset
    92
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    93
  # Override version from arguments
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    94
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    95
  # If --with-version-string is set, process it first. It is possible to
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    96
  # override parts with more specific flags, since these are processed later.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    97
  AC_ARG_WITH(version-string, [AS_HELP_STRING([--with-version-string],
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    98
      [Set version string @<:@calculated@:>@])])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
    99
  if test "x$with_version_string" = xyes; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   100
    AC_MSG_ERROR([--with-version-string must have a value])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   101
  elif test "x$with_version_string" != x; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   102
    # Additional [] needed to keep m4 from mangling shell constructs.
33948
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   103
    if [ [[ $with_version_string =~ ^([0-9]+)(\.([0-9]+))?(\.([0-9]+))?(\.([0-9]+))?(-([a-zA-Z]+))?((\+)([0-9]+)?(-([-a-zA-Z0-9.]+))?)?$ ]] ]; then
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   104
      VERSION_FEATURE=${BASH_REMATCH[[1]]}
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   105
      VERSION_INTERIM=${BASH_REMATCH[[3]]}
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   106
      VERSION_UPDATE=${BASH_REMATCH[[5]]}
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   107
      VERSION_PATCH=${BASH_REMATCH[[7]]}
33928
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   108
      VERSION_PRE=${BASH_REMATCH[[9]]}
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   109
      version_plus_separator=${BASH_REMATCH[[11]]}
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   110
      VERSION_BUILD=${BASH_REMATCH[[12]]}
33948
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   111
      VERSION_OPT=${BASH_REMATCH[[14]]}
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   112
      # Unspecified numerical fields are interpreted as 0.
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   113
      if test "x$VERSION_INTERIM" = x; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   114
        VERSION_INTERIM=0
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   115
      fi
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   116
      if test "x$VERSION_UPDATE" = x; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   117
        VERSION_UPDATE=0
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   118
      fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   119
      if test "x$VERSION_PATCH" = x; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   120
        VERSION_PATCH=0
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   121
      fi
33928
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   122
      if test "x$version_plus_separator" != x \
33948
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   123
          && test "x$VERSION_BUILD$VERSION_OPT" = x; then
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   124
        AC_MSG_ERROR([Version string contains + but both 'BUILD' and 'OPT' are missing])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   125
      fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   126
      # Stop the version part process from setting default values.
42300
218374d35efd 8039103: "explicitly" is misspelled as "explicitely" in configure scripts
ihse
parents: 41458
diff changeset
   127
      # We still allow them to explicitly override though.
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   128
      NO_DEFAULT_VERSION_PARTS=true
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   129
    else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   130
      AC_MSG_ERROR([--with-version-string fails to parse as a valid version string: $with_version_string])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   131
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   132
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   133
33928
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   134
  AC_ARG_WITH(version-pre, [AS_HELP_STRING([--with-version-pre],
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   135
      [Set the base part of the version 'PRE' field (pre-release identifier) @<:@'internal'@:>@])],
33928
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   136
      [with_version_pre_present=true], [with_version_pre_present=false])
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   137
33928
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   138
  if test "x$with_version_pre_present" = xtrue; then
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   139
    if test "x$with_version_pre" = xyes; then
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   140
      AC_MSG_ERROR([--with-version-pre must have a value])
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   141
    elif test "x$with_version_pre" = xno; then
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   142
      # Interpret --without-* as empty string instead of the literal "no"
33928
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   143
      VERSION_PRE=
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   144
    else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   145
      # Only [a-zA-Z] is allowed in the VERSION_PRE. Outer [ ] to quote m4.
33928
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   146
      [ VERSION_PRE=`$ECHO "$with_version_pre" | $TR -c -d '[a-z][A-Z]'` ]
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   147
      if test "x$VERSION_PRE" != "x$with_version_pre"; then
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   148
        AC_MSG_WARN([--with-version-pre value has been sanitized from '$with_version_pre' to '$VERSION_PRE'])
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   149
      fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   150
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   151
  else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   152
    if test "x$NO_DEFAULT_VERSION_PARTS" != xtrue; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   153
      # Default is to use "internal" as pre
33928
d2c9fee88260 8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents: 33926
diff changeset
   154
      VERSION_PRE="internal"
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   155
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   156
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   157
33948
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   158
  AC_ARG_WITH(version-opt, [AS_HELP_STRING([--with-version-opt],
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   159
      [Set version 'OPT' field (build metadata) @<:@<timestamp>.<user>.<dirname>@:>@])],
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   160
      [with_version_opt_present=true], [with_version_opt_present=false])
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   161
33948
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   162
  if test "x$with_version_opt_present" = xtrue; then
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   163
    if test "x$with_version_opt" = xyes; then
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   164
      AC_MSG_ERROR([--with-version-opt must have a value])
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   165
    elif test "x$with_version_opt" = xno; then
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   166
      # Interpret --without-* as empty string instead of the literal "no"
33948
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   167
      VERSION_OPT=
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   168
    else
33948
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   169
      # Only [-.a-zA-Z0-9] is allowed in the VERSION_OPT. Outer [ ] to quote m4.
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   170
      [ VERSION_OPT=`$ECHO "$with_version_opt" | $TR -c -d '[a-z][A-Z][0-9].-'` ]
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   171
      if test "x$VERSION_OPT" != "x$with_version_opt"; then
9dedf718fe33 8139951: Do not store debug level in OPT part of Verona string
ihse
parents: 33929
diff changeset
   172
        AC_MSG_WARN([--with-version-opt value has been sanitized from '$with_version_opt' to '$VERSION_OPT'])
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   173
      fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   174
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   175
  else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   176
    if test "x$NO_DEFAULT_VERSION_PARTS" != xtrue; then
42423
bc717b8b1123 8170632: Stop modifying VERSION_OPT for adhoc builds on reconfigure
ihse
parents: 42300
diff changeset
   177
      # Default is to calculate a string like this 'adhoc.<username>.<base dir name>'
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   178
      # Outer [ ] to quote m4.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   179
      [ basedirname=`$BASENAME "$TOPDIR" | $TR -d -c '[a-z][A-Z][0-9].-'` ]
42423
bc717b8b1123 8170632: Stop modifying VERSION_OPT for adhoc builds on reconfigure
ihse
parents: 42300
diff changeset
   180
      VERSION_OPT="adhoc.$USERNAME.$basedirname"
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   181
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   182
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   183
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   184
  AC_ARG_WITH(version-build, [AS_HELP_STRING([--with-version-build],
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   185
      [Set version 'BUILD' field (build number) @<:@not specified@:>@])],
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   186
      [with_version_build_present=true], [with_version_build_present=false])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   187
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   188
  if test "x$with_version_build_present" = xtrue; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   189
    if test "x$with_version_build" = xyes; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   190
      AC_MSG_ERROR([--with-version-build must have a value])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   191
    elif test "x$with_version_build" = xno; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   192
      # Interpret --without-* as empty string instead of the literal "no"
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   193
      VERSION_BUILD=
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   194
    elif test "x$with_version_build" = x; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   195
      VERSION_BUILD=
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   196
    else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   197
      JDKVER_CHECK_AND_SET_NUMBER(VERSION_BUILD, $with_version_build)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   198
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   199
  else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   200
    if test "x$NO_DEFAULT_VERSION_PARTS" != xtrue; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   201
      # Default is to not have a build number.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   202
      VERSION_BUILD=""
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   203
      # FIXME: Until all code can cope with an empty VERSION_BUILD, set it to 0.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   204
      VERSION_BUILD=0
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   205
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   206
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   207
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   208
  AC_ARG_WITH(version-feature, [AS_HELP_STRING([--with-version-feature],
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   209
      [Set version 'FEATURE' field (first number) @<:@current source value@:>@])],
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   210
      [with_version_feature_present=true], [with_version_feature_present=false])
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   211
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   212
  if test "x$with_version_feature_present" = xtrue; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   213
    if test "x$with_version_feature" = xyes; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   214
      AC_MSG_ERROR([--with-version-feature must have a value])
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   215
    else
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   216
      JDKVER_CHECK_AND_SET_NUMBER(VERSION_FEATURE, $with_version_feature)
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   217
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   218
  else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   219
    if test "x$NO_DEFAULT_VERSION_PARTS" != xtrue; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   220
      # Default is to get value from version-numbers
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   221
      VERSION_FEATURE="$DEFAULT_VERSION_FEATURE"
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   222
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   223
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   224
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   225
  AC_ARG_WITH(version-interim, [AS_HELP_STRING([--with-version-interim],
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   226
      [Set version 'INTERIM' field (second number) @<:@current source value@:>@])],
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   227
      [with_version_interim_present=true], [with_version_interim_present=false])
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   228
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   229
  if test "x$with_version_interim_present" = xtrue; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   230
    if test "x$with_version_interim" = xyes; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   231
      AC_MSG_ERROR([--with-version-interim must have a value])
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   232
    elif test "x$with_version_interim" = xno; then
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   233
      # Interpret --without-* as empty string (i.e. 0) instead of the literal "no"
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   234
      VERSION_INTERIM=0
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   235
    elif test "x$with_version_interim" = x; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   236
      VERSION_INTERIM=0
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   237
    else
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   238
      JDKVER_CHECK_AND_SET_NUMBER(VERSION_INTERIM, $with_version_interim)
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   239
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   240
  else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   241
    if test "x$NO_DEFAULT_VERSION_PARTS" != xtrue; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   242
      # Default is 0, if unspecified
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   243
      VERSION_INTERIM=$DEFAULT_VERSION_INTERIM
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   244
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   245
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   246
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   247
  AC_ARG_WITH(version-update, [AS_HELP_STRING([--with-version-update],
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   248
      [Set version 'UPDATE' field (third number) @<:@current source value@:>@])],
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   249
      [with_version_update_present=true], [with_version_update_present=false])
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   250
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   251
  if test "x$with_version_update_present" = xtrue; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   252
    if test "x$with_version_update" = xyes; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   253
      AC_MSG_ERROR([--with-version-update must have a value])
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   254
    elif test "x$with_version_update" = xno; then
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   255
      # Interpret --without-* as empty string (i.e. 0) instead of the literal "no"
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   256
      VERSION_UPDATE=0
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   257
    elif test "x$with_version_update" = x; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   258
      VERSION_UPDATE=0
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   259
    else
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   260
      JDKVER_CHECK_AND_SET_NUMBER(VERSION_UPDATE, $with_version_update)
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   261
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   262
  else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   263
    if test "x$NO_DEFAULT_VERSION_PARTS" != xtrue; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   264
      # Default is 0, if unspecified
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   265
      VERSION_UPDATE=$DEFAULT_VERSION_UPDATE
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   266
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   267
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   268
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   269
  AC_ARG_WITH(version-patch, [AS_HELP_STRING([--with-version-patch],
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   270
      [Set version 'PATCH' field (fourth number) @<:@not specified@:>@])],
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   271
      [with_version_patch_present=true], [with_version_patch_present=false])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   272
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   273
  if test "x$with_version_patch_present" = xtrue; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   274
    if test "x$with_version_patch" = xyes; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   275
      AC_MSG_ERROR([--with-version-patch must have a value])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   276
    elif test "x$with_version_patch" = xno; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   277
      # Interpret --without-* as empty string (i.e. 0) instead of the literal "no"
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   278
      VERSION_PATCH=0
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   279
    elif test "x$with_version_patch" = x; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   280
      VERSION_PATCH=0
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   281
    else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   282
      JDKVER_CHECK_AND_SET_NUMBER(VERSION_PATCH, $with_version_patch)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   283
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   284
  else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   285
    if test "x$NO_DEFAULT_VERSION_PARTS" != xtrue; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   286
      # Default is 0, if unspecified
42848
27ad8b2418f7 8170741: Enable uploading of built artifacts through Jib
erikj
parents: 42423
diff changeset
   287
      VERSION_PATCH=$DEFAULT_VERSION_PATCH
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   288
    fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   289
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   290
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   291
  # Calculate derived version properties
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   292
33929
b6f2e71b26c5 8087329: Introduce VERSION_IS_GA
erikj
parents: 33928
diff changeset
   293
  # Set VERSION_IS_GA based on if VERSION_PRE has a value
b6f2e71b26c5 8087329: Introduce VERSION_IS_GA
erikj
parents: 33928
diff changeset
   294
  if test "x$VERSION_PRE" = x; then
b6f2e71b26c5 8087329: Introduce VERSION_IS_GA
erikj
parents: 33928
diff changeset
   295
    VERSION_IS_GA=true
b6f2e71b26c5 8087329: Introduce VERSION_IS_GA
erikj
parents: 33928
diff changeset
   296
  else
b6f2e71b26c5 8087329: Introduce VERSION_IS_GA
erikj
parents: 33928
diff changeset
   297
    VERSION_IS_GA=false
b6f2e71b26c5 8087329: Introduce VERSION_IS_GA
erikj
parents: 33928
diff changeset
   298
  fi
b6f2e71b26c5 8087329: Introduce VERSION_IS_GA
erikj
parents: 33928
diff changeset
   299
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   300
  # VERSION_NUMBER but always with exactly 4 positions, with 0 for empty positions.
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   301
  VERSION_NUMBER_FOUR_POSITIONS=$VERSION_FEATURE.$VERSION_INTERIM.$VERSION_UPDATE.$VERSION_PATCH
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   302
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   303
  stripped_version_number=$VERSION_NUMBER_FOUR_POSITIONS
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   304
  # Strip trailing zeroes from stripped_version_number
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   305
  for i in 1 2 3 ; do stripped_version_number=${stripped_version_number%.0} ; done
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   306
  VERSION_NUMBER=$stripped_version_number
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   307
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   308
  # The complete version string, with additional build information
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   309
  if test "x$VERSION_BUILD$VERSION_OPT" = x; then
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   310
    VERSION_STRING=$VERSION_NUMBER${VERSION_PRE:+-$VERSION_PRE}
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   311
  else
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   312
    # If either build or opt is set, we need a + separator
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   313
    VERSION_STRING=$VERSION_NUMBER${VERSION_PRE:+-$VERSION_PRE}+$VERSION_BUILD${VERSION_OPT:+-$VERSION_OPT}
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   314
  fi
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   315
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   316
  # The short version string, just VERSION_NUMBER and PRE, if present.
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   317
  VERSION_SHORT=$VERSION_NUMBER${VERSION_PRE:+-$VERSION_PRE}
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   318
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   319
  # The version date
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   320
  AC_ARG_WITH(version-date, [AS_HELP_STRING([--with-version-date],
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   321
      [Set version date @<:@current source value@:>@])])
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   322
  if test "x$with_version_date" = xyes; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   323
    AC_MSG_ERROR([--with-version-date must have a value])
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   324
  elif test "x$with_version_date" != x; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   325
    if [ ! [[ $with_version_date =~ ^[0-9]{4}-[0-9]{2}-[0-9]{2}$ ]] ]; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   326
      AC_MSG_ERROR(["$with_version_date" is not a valid version date]) 
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   327
    else
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   328
      VERSION_DATE="$with_version_date"
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   329
    fi
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   330
  else
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   331
    VERSION_DATE="$DEFAULT_VERSION_DATE"
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   332
  fi
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   333
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   334
  # The vendor version string, if any
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   335
  AC_ARG_WITH(vendor-version-string, [AS_HELP_STRING([--with-vendor-version-string],
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   336
      [Set vendor version string @<:@not specified@:>@])])
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   337
  if test "x$with_vendor_version_string" = xyes; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   338
    AC_MSG_ERROR([--with-vendor-version-string must have a value])
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   339
  elif [ ! [[ $with_vendor_version_string =~ ^[[:graph:]]*$ ]] ]; then
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   340
    AC_MSG_ERROR([--with--vendor-version-string contains non-graphical characters: $with_vendor_version_string])
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   341
  else
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   342
    VENDOR_VERSION_STRING="$with_vendor_version_string"
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   343
  fi
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   344
48355
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   345
  # We could define --with flags for these, if really needed
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   346
  VERSION_CLASSFILE_MAJOR="$DEFAULT_VERSION_CLASSFILE_MAJOR"
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   347
  VERSION_CLASSFILE_MINOR="$DEFAULT_VERSION_CLASSFILE_MINOR"
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   348
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   349
  AC_MSG_CHECKING([for version string])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   350
  AC_MSG_RESULT([$VERSION_STRING])
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   351
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   352
  AC_SUBST(VERSION_FEATURE)
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   353
  AC_SUBST(VERSION_INTERIM)
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   354
  AC_SUBST(VERSION_UPDATE)
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   355
  AC_SUBST(VERSION_PATCH)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   356
  AC_SUBST(VERSION_PRE)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   357
  AC_SUBST(VERSION_BUILD)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   358
  AC_SUBST(VERSION_OPT)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   359
  AC_SUBST(VERSION_NUMBER)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   360
  AC_SUBST(VERSION_NUMBER_FOUR_POSITIONS)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   361
  AC_SUBST(VERSION_STRING)
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   362
  AC_SUBST(VERSION_SHORT)
33929
b6f2e71b26c5 8087329: Introduce VERSION_IS_GA
erikj
parents: 33928
diff changeset
   363
  AC_SUBST(VERSION_IS_GA)
48327
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   364
  AC_SUBST(VERSION_DATE)
d2a837cf9ff1 8192833: JEP 322: Time-Based Release Versioning
mr
parents: 47216
diff changeset
   365
  AC_SUBST(VENDOR_VERSION_STRING)
48355
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   366
  AC_SUBST(VERSION_CLASSFILE_MAJOR)
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   367
  AC_SUBST(VERSION_CLASSFILE_MINOR)
4944950606ef 8191913: Bump classfile version number to 55
psandoz
parents: 48327
diff changeset
   368
33926
3a19edba4808 8085822: JEP 223: New Version-String Scheme (initial integration)
ihse
parents:
diff changeset
   369
])