about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-02-01 02:58:13 +0000
committerClint Adams <clint@users.sourceforge.net>2008-02-01 02:58:13 +0000
commit4b5793c83ee088576cb26cbd96b319a2dc5b98a8 (patch)
treeff246af5e5e393238cd84bb16aa592915cf0f86a
parentf6bcc6e1cdf19f35d57382e6f07ed7aece9713ac (diff)
downloadzsh-4b5793c83ee088576cb26cbd96b319a2dc5b98a8.tar.gz
zsh-4b5793c83ee088576cb26cbd96b319a2dc5b98a8.tar.xz
zsh-4b5793c83ee088576cb26cbd96b319a2dc5b98a8.zip
24506: make ZSH_VERSIONSUFFIX propagate to somewhere useful.
-rw-r--r--ChangeLog7
-rw-r--r--Doc/Makefile.in1
-rw-r--r--Etc/Makefile.in1
-rw-r--r--Makefile.in1
-rw-r--r--Src/Makefile.in1
-rw-r--r--Src/Makemod.in.in1
-rw-r--r--Test/Makefile.in1
-rw-r--r--configure.ac1
8 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0b541979..4fa3af5fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-01  Clint Adams  <clint@zsh.org>
+
+	* 24506: Makefile.in, configure.ac, Doc/Makefile.in,
+	Etc/Makefile.in, Src/Makefile.in, Src/Makemod.in.in,
+	Test/Makefile.in: make ZSH_VERSIONSUFFIX propagate to somewhere
+	useful.
+
 2008-01-31  Peter Stephenson  <pws@csr.com>
 
 	* Christopher Key <cjk32@cam.ac.uk>: users/12521:
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index 7bd7986f6..e9fd3c0d6 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -28,6 +28,7 @@ subdir = Doc
 dir_top = ..
 
 @VERSION_MK@
+VERSION = @VERSION@
 
 # source/build directories
 VPATH           = @srcdir@
diff --git a/Etc/Makefile.in b/Etc/Makefile.in
index b6743a7ec..c4908748d 100644
--- a/Etc/Makefile.in
+++ b/Etc/Makefile.in
@@ -29,6 +29,7 @@ dir_top = ..
 SUBDIRS =
 
 @VERSION_MK@
+VERSION = @VERSION@
 
 # source/build directories
 VPATH           = @srcdir@
diff --git a/Makefile.in b/Makefile.in
index de77f4f0a..2ae2df5a5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -29,6 +29,7 @@ dir_top = .
 SUBDIRS = Doc Etc Src Test
 
 @VERSION_MK@
+VERSION = @VERSION@
 
 # source/build directories
 VPATH           = @srcdir@
diff --git a/Src/Makefile.in b/Src/Makefile.in
index 08d23e16d..555594a78 100644
--- a/Src/Makefile.in
+++ b/Src/Makefile.in
@@ -29,6 +29,7 @@ dir_top = ..
 SUBDIRS =
 
 @VERSION_MK@
+VERSION = @VERSION@
 
 # source/build directories
 VPATH           = @srcdir@
diff --git a/Src/Makemod.in.in b/Src/Makemod.in.in
index 3ba9f9b04..ccad50bd0 100644
--- a/Src/Makemod.in.in
+++ b/Src/Makemod.in.in
@@ -31,6 +31,7 @@
 # SUBDIRS is done by mkmakemod.sh
 
 @VERSION_MK@
+VERSION = @VERSION@
 
 # source/build directories
 VPATH           = @srcdir@
diff --git a/Test/Makefile.in b/Test/Makefile.in
index 5eeb716e2..4d510352a 100644
--- a/Test/Makefile.in
+++ b/Test/Makefile.in
@@ -29,6 +29,7 @@ dir_top = ..
 SUBDIRS = 
 
 @VERSION_MK@
+VERSION = @VERSION@
 
 # source/build directories
 VPATH           = @srcdir@
diff --git a/configure.ac b/configure.ac
index d420534fd..cc311c392 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,6 +33,7 @@ dnl What version of zsh are we building ?
 . ${srcdir}/Config/version.mk
 VERSION="$VERSION$ZSH_VERSIONSUFFIX"
 echo "configuring for zsh $VERSION"
+AC_SUBST(VERSION)
 
 dnl ----------------------------------------------
 dnl CHECK FOR MACHINE/VENDOR/OPERATING SYSTEM TYPE