Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZSH_EXTRAVERSION [was Re: Segfault with newer .zwc]
- X-seq: zsh-workers 24429
- From: Clint Adams <clint@xxxxxxx>
- To: Geoff Wing <gcw@xxxxxxx>
- Subject: Re: ZSH_EXTRAVERSION [was Re: Segfault with newer .zwc]
- Date: Mon, 21 Jan 2008 20:35:17 -0500
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20080121014801.GA1242@xxxxxxxxxxxxxxx>
- Mail-followup-to: Geoff Wing <gcw@xxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <slrnfo4ov7.cgh.joerg@xxxxxxxxxxxx> <20080108095306.5475d009@news01> <20080109191236.GB32394@xxxxxxxxxxx> <200801100950.m0A9oN9T015070@xxxxxxxxxxxxxx> <20080115020642.GA5306@xxxxxxxxxxx> <200801150910.m0F9AP0f026468@xxxxxxxxxxxxxx> <20080118170223.GA32039@xxxxxxxxxxx> <20080121014801.GA1242@xxxxxxxxxxxxxxx>
On Mon, Jan 21, 2008 at 12:48:01PM +1100, Geoff Wing wrote:
> Wouldn't it be nicer to call this ZSH_VERSIONSUFFIX? IMO, it's a name
> which is clearer about its function.
Fine by me.
Index: configure.ac
===================================================================
RCS file: /cvsroot/zsh/zsh/configure.ac,v
retrieving revision 1.88
diff -u -r1.88 configure.ac
--- configure.ac 18 Jan 2008 17:14:38 -0000 1.88
+++ configure.ac 22 Jan 2008 01:34:51 -0000
@@ -31,7 +31,7 @@
dnl What version of zsh are we building ?
. ${srcdir}/Config/version.mk
-VERSION="$VERSION$ZSH_EXTRAVERSION"
+VERSION="$VERSION$ZSH_VERSIONSUFFIX"
echo "configuring for zsh $VERSION"
dnl ----------------------------------------------
Index: Etc/zsh-development-guide
===================================================================
RCS file: /cvsroot/zsh/zsh/Etc/zsh-development-guide,v
retrieving revision 1.16
diff -u -r1.16 zsh-development-guide
--- Etc/zsh-development-guide 18 Jan 2008 17:14:44 -0000 1.16
+++ Etc/zsh-development-guide 22 Jan 2008 01:34:51 -0000
@@ -860,9 +860,9 @@
Version Suffixes
----------------
The configure script reads the version number from Config/version.mk.
-If the environment variable ZSH_EXTRAVERSION is set, the string
+If the environment variable ZSH_VERSIONSUFFIX is set, the string
contained therein will be appended to the version string. For example,
if Config/version.mk contains "VERSION=4.3.4-dev-7" and
-ZSH_EXTRAVERSION is set to "-ca", $ZSH_VERSION in the shell built from
+ZSH_VERSIONSUFFIX is set to "-ca", $ZSH_VERSION in the shell built from
that run will equal "4.3.4-dev-7-ca". Caution is recommended when
using this feature, as is-at-least may misunderstand your conventions.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author