Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: ZSH_EXTRAVERSION [was Re: Segfault with newer .zwc]



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