diff options
author | stanton <stanton> | 1999-05-26 02:39:12 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-26 02:39:12 (GMT) |
commit | 9b8d0c42d5220c0fe2e393876c547cc86592439b (patch) | |
tree | 6a66f8ba54718bd41d309a7ef93084725b4593de /unix | |
parent | 4ed003db1291b51e72d309951399b8fa96e23402 (diff) | |
download | tcl-9b8d0c42d5220c0fe2e393876c547cc86592439b.zip tcl-9b8d0c42d5220c0fe2e393876c547cc86592439b.tar.gz tcl-9b8d0c42d5220c0fe2e393876c547cc86592439b.tar.bz2 |
Merged changes from 1-3-b2 branch into mainline.
Diffstat (limited to 'unix')
-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 a931fee..285004d 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -2,12 +2,13 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. AC_INIT(../generic/tcl.h) -# RCS: @(#) $Id: configure.in,v 1.36 1999/05/07 20:07:56 stanton Exp $ +# RCS: @(#) $Id: configure.in,v 1.37 1999/05/26 02:39:13 stanton Exp $ TCL_VERSION=8.1 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=1 -TCL_PATCH_LEVEL=1 +# The patch level should be blank for all patch releases (i.e. non-alpha/beta) +TCL_PATCH_LEVEL= VERSION=${TCL_VERSION} if test "${prefix}" = "NONE"; then |