diff options
author | stanton <stanton> | 1999-05-26 02:26:26 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-26 02:26:26 (GMT) |
commit | 4b76a55c3886ded7e9eb9a1dee5d045d8f2e579d (patch) | |
tree | 0dcd9b6c58952dc661d9500aeb6100e0dd3927dc | |
parent | e3e0b1f8f14ede78c380d39d560295d0c711ef1d (diff) | |
download | tk-scriptics_tclpro_1_3_b2_branch.zip tk-scriptics_tclpro_1_3_b2_branch.tar.gz tk-scriptics_tclpro_1_3_b2_branch.tar.bz2 |
fixed incorrect patchlevel info
core_8_1_1scriptics_tclpro_1_3_b2_branch
-rw-r--r-- | unix/configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index a3055c9..781a2fe 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,12 +3,13 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. AC_INIT(../generic/tk.h) -# RCS: @(#) $Id: configure.in,v 1.33 1999/04/30 23:40:45 stanton Exp $ +# RCS: @(#) $Id: configure.in,v 1.33.2.1 1999/05/26 02:26:26 stanton Exp $ TK_VERSION=8.1 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=1 -TK_PATCH_LEVEL=1 +# The patch level should be blank for patch releases (i.e. not alpha/beta) +TK_PATCH_LEVEL= VERSION=${TK_VERSION} if test "${prefix}" = "NONE"; then |