about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-01-18 17:14:38 +0000
committerClint Adams <clint@users.sourceforge.net>2008-01-18 17:14:38 +0000
commit40fec5bb2413a91092e6eaef73ac7f0fd4395589 (patch)
tree6208c3503c985d0ece759dbf2c2ec59818ada3b6 /configure.ac
parentdae7a27fff239e97c5862b2f434284ec4d0d55b5 (diff)
downloadzsh-40fec5bb2413a91092e6eaef73ac7f0fd4395589.tar.gz
zsh-40fec5bb2413a91092e6eaef73ac7f0fd4395589.tar.xz
zsh-40fec5bb2413a91092e6eaef73ac7f0fd4395589.zip
24408: use contents of ZSH_EXTRAVERSION environment variable for version suffix.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8a56a4c05..2d0ba52a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,7 @@ AC_CONFIG_HEADER(config.h)
 
 dnl What version of zsh are we building ?
 . ${srcdir}/Config/version.mk
+VERSION="$VERSION$ZSH_EXTRAVERSION"
 echo "configuring for zsh $VERSION"
 
 dnl ----------------------------------------------