summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorseandeelywoods <seandeelywoods>2013-03-18 12:37:23 (GMT)
committerseandeelywoods <seandeelywoods>2013-03-18 12:37:23 (GMT)
commitf23f5f814767bd8ee631943d6a6840ed563e0dea (patch)
tree425138ded323e3bb2d767f99b5895f97c006adf4 /unix/configure.in
parent10cef02a3a45e1f5d576484950502c899663fa3f (diff)
parent3fda4f0df6f0fdabe84372aee281ffb4ca7108e1 (diff)
downloadtcl-f23f5f814767bd8ee631943d6a6840ed563e0dea.zip
tcl-f23f5f814767bd8ee631943d6a6840ed563e0dea.tar.gz
tcl-f23f5f814767bd8ee631943d6a6840ed563e0dea.tar.bz2
Updating with latest fixes from trunk
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in15
1 files changed, 10 insertions, 5 deletions
diff --git a/unix/configure.in b/unix/configure.in
index f4b695d..19db579 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TCL_VERSION=8.6
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=6
-TCL_PATCH_LEVEL="b3"
+TCL_PATCH_LEVEL=".0"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
@@ -259,12 +259,17 @@ if test "${TCL_THREADS}" = 1; then
fi
#---------------------------------------------------------------------------
-# Determine which interface to use to talk to the serial port.
-# Note that #include lines must begin in leftmost column for
-# some compilers to recognize them as preprocessor directives.
+# Check for serial port interface.
+#
+# termios.h is present on all POSIX systems.
+# sys/ioctl.h is almost always present, though what it contains
+# is system-specific.
+# sys/modem.h is needed on HP-UX.
#---------------------------------------------------------------------------
-SC_SERIAL_PORT
+AC_CHECK_HEADERS(termios.h)
+AC_CHECK_HEADERS(sys/ioctl.h)
+AC_CHECK_HEADERS(sys/modem.h)
#--------------------------------------------------------------------
# Include sys/select.h if it exists and if it supplies things