summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-11-16 20:55:39 (GMT)
committerhobbs <hobbs>2001-11-16 20:55:39 (GMT)
commit96e1762fbd024a762d4c36283ab77259c338f8ee (patch)
tree7669a143cf3a5404697e45b8e0fbe5a2b6e2c5ed /unix/configure.in
parent76ee7178050083224079f10b6e7ff6b480ac7e1e (diff)
downloadtcl-96e1762fbd024a762d4c36283ab77259c338f8ee.zip
tcl-96e1762fbd024a762d4c36283ab77259c338f8ee.tar.gz
tcl-96e1762fbd024a762d4c36283ab77259c338f8ee.tar.bz2
* unix/tclUnixInit.c: added HAVE_LANGINFO code block.
* unix/configure: regened * unix/configure.in: added SC_ENABLE_LANGINFO call * unix/tcl.m4: made SHLIB_LD_LIBS='${LIBS}' for FreeBSD* (meyer) Added modified version of Wagner patch to make use of nl_langinfo where possible to determine Unix platform encoding, instead of the inflexible built-in system. This is used by default when possible, and can be disabled with --enable-langinfo=no. [Patch #418645] (hobbs, wagner)
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index f5b2b8b..fcbe009 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 Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.74 2001/11/08 03:07:21 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.75 2001/11/16 20:55:39 hobbs Exp $
AC_INIT(../generic/tcl.h)
@@ -339,6 +339,12 @@ if test $tcl_ok = yes; then
fi
#--------------------------------------------------------------------
+# Check for support of nl_langinfo function
+#--------------------------------------------------------------------
+
+SC_ENABLE_LANGINFO
+
+#--------------------------------------------------------------------
# Look for libraries that we will need when compiling the Tcl shell
#--------------------------------------------------------------------