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

PATCH: remove ZSH_VERSIONSUFFIX



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.



Messages sorted by: Reverse Date, Date, Thread, Author