summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-02-08 10:06:58 (GMT)
committerhobbs <hobbs>2000-02-08 10:06:58 (GMT)
commit67763d47ff042080e9e4784101f27258c6148379 (patch)
treee7916bc5a5a57d71490c3dbb4681113553cc8638 /unix/configure.in
parentc8f6788c1a50158b77972cd8d404c11ca0ce14e0 (diff)
downloadtcl-67763d47ff042080e9e4784101f27258c6148379.zip
tcl-67763d47ff042080e9e4784101f27258c6148379.tar.gz
tcl-67763d47ff042080e9e4784101f27258c6148379.tar.bz2
* unix/configure.in:
* win/configure.in: * win/README: * win/README.binary: * generic/tcl.h (TCL_RELEASE_SERIAL): Moved to 8.3.0 patchlevel * unix/tcl.m4: changed all -fpic to -fPIC
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 92f203b..ae36606 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -2,12 +2,12 @@ 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.54 2000/01/14 00:20:51 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.55 2000/02/08 10:06:58 hobbs Exp $
TCL_VERSION=8.3
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=3
-TCL_PATCH_LEVEL="b2"
+TCL_PATCH_LEVEL=".0"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------