summaryrefslogtreecommitdiff
path: root/m4/ax_is_release.m4
Commit message (Collapse)AuthorAgeFilesLines
* ax_is_release: Support git worktrees.Ossama Othman2019-02-051-3/+4
| | | | | Detect git worktrees in the git-directory case. Git worktrees contain a `.git' file rather than a directory.
* AX_IS_RELEASE: use srcdir instead of top_srcdirgmbonnet2017-02-271-2/+2
| | | Autoconf 2.69 does not set the ${top_srcdir} environment variable in configure scripts any more.
* switch gnu.org sites to httpsMike Frysinger2017-02-081-2/+2
|
* AX_IS_RELEASE: add dash-version policySimon McVittie2016-09-281-2/+13
| | | | | | | This is particularly useful in conjunction with git-version-gen, as provided by gnulib. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* AX_IS_RELEASE: Support out-of-tree buildsThomas Zimmermann2016-08-191-2/+2
| | | | Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net>
* ax-is-release: Add micro-version policyEmmanuele Bassi2015-02-171-1/+10
| | | | | | | | | | | The are various projects that use the micro version of $PACKAGE_VERSION as an indication of whether the code is a release or if it's a snapshot of the source under revision control. The micro-version policy follows the existing minor-version policy in spirit, if not in regular expression. Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
* AX_IS_RELEASE: cosmeticPeter Simons2015-02-041-10/+10
|
* ax_is_release: Add AX_IS_RELEASE to check for compiling release tarballsPhilip Withnall2015-02-041-0/+60
| | | | | | | | | | | This is a macro providing various different policies for determining whether the code being configured and compiled is from a stable release, or from a development version. This allows various configuration settings, such as whether debug is enabled, to be disabled for stable releases. A typical example of a policy is to enable stable releases when the .git directory is not present.
* remove m4 submoduleDustin J. Mitchell2009-08-011-6/+0
|
* m4: update reference to macro branchPeter Simons2009-08-011-5/+5
|
* m4: update reference to macro branchPeter Simons2009-07-311-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-301-5/+7
|
* m4: update reference to macro branchPeter Simons2009-07-271-5/+5
|
* Avoid non-ASCII characters in m4 files.Peter Simons2009-07-271-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-221-7/+6
|
* m4: update reference to macro branchPeter Simons2009-07-211-5/+8
|
* m4: update reference to macro branchPeter Simons2009-07-211-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-211-6/+6
|
* m4: update reference to macro branchPeter Simons2009-07-201-5/+7
|
* m4: update reference to macro branchPeter Simons2009-07-191-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-171-6/+6
|
* m4: update reference to macro branchPeter Simons2009-06-231-12/+6
|
* m4: update reference to macro branchPeter Simons2009-06-221-6/+12
|
* m4: update reference to macro branchPeter Simons2009-06-161-5/+7
|
* m4: update reference to macro branchPeter Simons2009-06-101-7/+5
|
* m4: update reference to macro branchPeter Simons2009-06-101-6/+6
|
* m4: update reference to macro branchPeter Simons2009-06-051-7/+6
|
* maint: added initial version of the toolchainPeter Simons2009-05-051-0/+9
The build process requires python, the python StringTemplate module, and preferably SCons. A make-based build exists, but it is really slow and awkward, compared to the SConstruct file.