mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
24506: make ZSH_VERSIONSUFFIX propagate to somewhere useful.
This commit is contained in:
parent
f6bcc6e1cd
commit
4b5793c83e
8 changed files with 14 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -28,6 +28,7 @@ subdir = Doc
|
|||
dir_top = ..
|
||||
|
||||
@VERSION_MK@
|
||||
VERSION = @VERSION@
|
||||
|
||||
# source/build directories
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -29,6 +29,7 @@ dir_top = ..
|
|||
SUBDIRS =
|
||||
|
||||
@VERSION_MK@
|
||||
VERSION = @VERSION@
|
||||
|
||||
# source/build directories
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -29,6 +29,7 @@ dir_top = .
|
|||
SUBDIRS = Doc Etc Src Test
|
||||
|
||||
@VERSION_MK@
|
||||
VERSION = @VERSION@
|
||||
|
||||
# source/build directories
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -29,6 +29,7 @@ dir_top = ..
|
|||
SUBDIRS =
|
||||
|
||||
@VERSION_MK@
|
||||
VERSION = @VERSION@
|
||||
|
||||
# source/build directories
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
# SUBDIRS is done by mkmakemod.sh
|
||||
|
||||
@VERSION_MK@
|
||||
VERSION = @VERSION@
|
||||
|
||||
# source/build directories
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -29,6 +29,7 @@ dir_top = ..
|
|||
SUBDIRS =
|
||||
|
||||
@VERSION_MK@
|
||||
VERSION = @VERSION@
|
||||
|
||||
# source/build directories
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue