summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-09-27 18:09:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-09-27 18:09:52 (GMT)
commitfa325b1f3aae9f5eb024840d676d4ebbeba05b15 (patch)
treec585dcbe12e176da6a5e2203d258c84fd7e25214 /unix
parent375b316b36e6cee767fd9e8a1024bf92b85c2e8d (diff)
downloadtk-fa325b1f3aae9f5eb024840d676d4ebbeba05b15.zip
tk-fa325b1f3aae9f5eb024840d676d4ebbeba05b15.tar.gz
tk-fa325b1f3aae9f5eb024840d676d4ebbeba05b15.tar.bz2
* README: Bumped to version 8.4.1 to avoid confusion
* generic/tk.h: of CVS snapshots with release 8.4.0. * unix/README: * unix/configure.in: * unix/tk.spec * win/configure.in: * unix/configure: autoconf * win/configure:
Diffstat (limited to 'unix')
-rw-r--r--unix/README6
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tk.spec6
4 files changed, 9 insertions, 9 deletions
diff --git a/unix/README b/unix/README
index fcb6b4c..16ee435 100644
--- a/unix/README
+++ b/unix/README
@@ -20,13 +20,13 @@ 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.16 2002/07/24 18:42:23 hobbs Exp $
+RCS: @(#) $Id: README,v 1.17 2002/09/27 18:09:53 dgp Exp $
How To Compile And Install Tk:
------------------------------
-(a) Make sure that the Tcl 8.4 release is present in the directory
- ../../tcl8.4 (or else use the "--with-tcl" switch described below).
+(a) Make sure that the Tcl 8.4.1 release is present in the directory
+ ../../tcl8.4.1 (or else use the "--with-tcl" switch described below).
This release of Tk will only work with Tcl 8.4. Also, be sure that
you have configured Tcl before you configure Tk.
diff --git a/unix/configure b/unix/configure
index 3fab382..4f9064b 100755
--- a/unix/configure
+++ b/unix/configure
@@ -547,7 +547,7 @@ fi
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL=".0"
+TK_PATCH_LEVEL=".1"
VERSION=${TK_VERSION}
LOCALES="cs de el en en_gb es fr it nl ru"
diff --git a/unix/configure.in b/unix/configure.in
index 78c3303..bfe5ac2 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ 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.
#
-# RCS: @(#) $Id: configure.in,v 1.81 2002/09/02 21:21:51 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.82 2002/09/27 18:09:53 dgp Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.13)
@@ -11,7 +11,7 @@ AC_PREREQ(2.13)
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL=".0"
+TK_PATCH_LEVEL=".1"
VERSION=${TK_VERSION}
LOCALES="cs de el en en_gb es fr it nl ru"
diff --git a/unix/tk.spec b/unix/tk.spec
index 714b0e0..92ec95b 100644
--- a/unix/tk.spec
+++ b/unix/tk.spec
@@ -1,7 +1,7 @@
-# $Id: tk.spec,v 1.13 2002/09/02 20:16:59 hobbs Exp $
+# $Id: tk.spec,v 1.14 2002/09/27 18:09:53 dgp Exp $
# This file is the basis for a binary Tk Linux RPM.
-%define version 8.4.0
+%define version 8.4.1
%define directory /usr/local
Summary: Tk graphical toolkit for the Tcl scripting language.
@@ -14,7 +14,7 @@ Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz
URL: http://www.tcl.tk/
Packager: Carina
Buildroot: /var/tmp/%{name}%{version}
-Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4.0
+Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4.1
%description
The Tcl (Tool Command Language) provides a powerful platform for