summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-05-03 00:15:05 (GMT)
committerhobbs <hobbs>2000-05-03 00:15:05 (GMT)
commit0cb44acb3078b3a746417333705b21a73b567f9a (patch)
treeab05c1910b931e774ecdced77ef2426cf41793c9 /unix
parent4c8a9811534a3b4a2a4f18a8b336e32f09924f99 (diff)
downloadtcl-0cb44acb3078b3a746417333705b21a73b567f9a.zip
tcl-0cb44acb3078b3a746417333705b21a73b567f9a.tar.gz
tcl-0cb44acb3078b3a746417333705b21a73b567f9a.tar.bz2
* README:
* generic/tcl.h: * library/init.tcl: * library/reg1.0/pkgIndex.tcl: * library/tcltest1.0/tcltest.tcl: * mac/README: * tools/tcl.hpj.in: * tools/tcl.wse.in: * unix/README: * unix/configure.in: * unix/tcl.spec: * win/README: * win/README.binary: * win/configure.in: * win/makefile.vc: * win/tcl.m4: updated patchlevel to 8.4a1
Diffstat (limited to 'unix')
-rw-r--r--unix/README6
-rw-r--r--unix/configure.in8
-rw-r--r--unix/tcl.spec6
3 files changed, 10 insertions, 10 deletions
diff --git a/unix/README b/unix/README
index 683ca57..e3aaee3 100644
--- a/unix/README
+++ b/unix/README
@@ -22,7 +22,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
compile for a Macintosh, see the README file in the directory ../mac.
-RCS: @(#) $Id: README,v 1.11 2000/04/26 17:31:21 hobbs Exp $
+RCS: @(#) $Id: README,v 1.12 2000/05/03 00:15:10 hobbs Exp $
How To Compile And Install Tcl:
-------------------------------
@@ -101,9 +101,9 @@ How To Compile And Install Tcl:
Tcl then you'll first need to set your TCL_LIBRARY variable to
hold the full path name of the "library" subdirectory. Note that
the installed versions of tclsh, libtcl.a, and libtcl.so have a
- version number in their names, such as "tclsh8.3" or "libtcl8.3.so";
+ version number in their names, such as "tclsh8.4" or "libtcl8.4.so";
to use the installed versions, either specify the version number
- or create a symbolic link (e.g. from "tclsh" to "tclsh8.3").
+ or create a symbolic link (e.g. from "tclsh" to "tclsh8.4").
If you have trouble compiling Tcl, see the URL noted above about working
platforms. It contains information that people have provided about changes
diff --git a/unix/configure.in b/unix/configure.in
index c8a342c..0d7d8fc 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,12 +3,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.57 2000/04/19 08:32:45 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.58 2000/05/03 00:15:10 hobbs Exp $
-TCL_VERSION=8.3
+TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
-TCL_MINOR_VERSION=3
-TCL_PATCH_LEVEL=".1"
+TCL_MINOR_VERSION=4
+TCL_PATCH_LEVEL="a1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 40b187f..21905e4 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.4 2000/04/26 17:31:21 hobbs Exp $
+# $Id: tcl.spec,v 1.5 2000/05/03 00:15:10 hobbs Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.3.1
+%define version 8.4a1
%define directory /usr/local
Summary: Tcl scripting language development environment
@@ -10,7 +10,7 @@ Version: %{version}
Release: 1
Copyright: BSD
Group: Development/Languages
-Source: ftp://ftp.scriptics.com/pub/tcl/tcl8_3/tcl%{version}.tar.gz
+Source: ftp://ftp.scriptics.com/pub/tcl/tcl8_4/tcl%{version}.tar.gz
URL: http://dev.scriptics.com/
Packager: Scriptics Corporation
Buildroot: /var/tmp/%{name}%{version}