zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: remove ZSH_VERSIONSUFFIX
@ 2008-02-03 18:14 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2008-02-03 18:14 UTC (permalink / raw)
  To: zsh-workers

Since this doesn't work as-is, I'm backing it out and will probably
do sed substitutions on Config/version.mk as needed.

Index: configure.ac
===================================================================
RCS file: /cvsroot/zsh/zsh/configure.ac,v
retrieving revision 1.91
diff -u -r1.91 configure.ac
--- configure.ac	1 Feb 2008 11:31:36 -0000	1.91
+++ configure.ac	3 Feb 2008 18:11:52 -0000
@@ -31,7 +31,6 @@
 
 dnl What version of zsh are we building ?
 . ${srcdir}/Config/version.mk
-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.17
diff -u -r1.17 zsh-development-guide
--- Etc/zsh-development-guide	22 Jan 2008 01:59:26 -0000	1.17
+++ Etc/zsh-development-guide	3 Feb 2008 18:11:52 -0000
@@ -856,13 +856,3 @@
   distribution, but that need to be present in the CVS tree.  This
   variable is not used by the zsh build process and is present for
   the convenience of external checks.
-
-Version Suffixes
-----------------
-The configure script reads the version number from Config/version.mk.
-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_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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-03 18:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-03 18:14 PATCH: remove ZSH_VERSIONSUFFIX Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).