summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 0147bca..5960347 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,16 +3,16 @@ 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.74 2002/06/25 16:45:12 rmax Exp $
+# RCS: @(#) $Id: configure.in,v 1.75 2002/07/14 17:29:58 dgp Exp $
AC_INIT(../generic/tk.h)
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="b1"
+TK_PATCH_LEVEL="b2"
VERSION=${TK_VERSION}
-LOCALES="de en es fr"
+LOCALES="cs de el en en_gb es fr it nl ru"
#------------------------------------------------------------------------
# Handle the --prefix=... option