summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2003-06-16 18:36:44 (GMT)
committerandreas_kupries <akupries@shaw.ca>2003-06-16 18:36:44 (GMT)
commit1268ac3113dd4f5b5627c98afd15addcf608875a (patch)
tree2accbcfce059c2893b4f3a4073f383fe5a0487bf /win/configure.in
parent474a30aa667f24a8686adf6e4054789d5f199484 (diff)
downloadtcl-1268ac3113dd4f5b5627c98afd15addcf608875a.zip
tcl-1268ac3113dd4f5b5627c98afd15addcf608875a.tar.gz
tcl-1268ac3113dd4f5b5627c98afd15addcf608875a.tar.bz2
* win/Makefile.in: Haven't heard back from David for a week.
* win/configure: Now committing the remaining changes. * win/configure.in: Note: In active contact with Helmut Giese * win/makefile.vc: about the borland relatedchanges. This part * win/rules.vc: will see future updates. * win/tcl.m4: * win/makefile.bc:
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/win/configure.in b/win/configure.in
index f1b5bbd..2a7a79e 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.74 2003/04/18 20:02:27 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.75 2003/06/16 18:36:45 andreas_kupries Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.57)
@@ -300,6 +300,12 @@ AC_EXEEXT
SC_ENABLE_THREADS
+#------------------------------------------------------------------------
+# Embedded configuration information, encoding to use for the values, TIP #59
+#------------------------------------------------------------------------
+
+SC_TCL_CFG_ENCODING
+
#--------------------------------------------------------------------
# The statements below define a collection of symbols related to
# building libtcl as a shared library instead of a static library.