summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-04-15 22:38:46 (GMT)
committerstanton <stanton@noemail.net>1999-04-15 22:38:46 (GMT)
commitbae97612cdb911cd4512a88a184794f8fa51971e (patch)
treee29ecad719da73c67d437be2a057cc01dca684e9 /tools
parente4b92ec177a9756d4959006f67e37331d0a90625 (diff)
downloadtcl-bae97612cdb911cd4512a88a184794f8fa51971e.zip
tcl-bae97612cdb911cd4512a88a184794f8fa51971e.tar.gz
tcl-bae97612cdb911cd4512a88a184794f8fa51971e.tar.bz2
* Merge 8.0.5 changes:
- Mac changes for final release - Minor fixes to tools configure file * win/tclWinSock.c: Apply patch to allow write access to a socket if FD_WRITE is sent but FD_CONNECT is not. Some strange problem with either Win32 or a socket driver. [Bug: 1664 1776] FossilOrigin-Name: 08c27030dc1053223d15e60941c667b9adfcc185
Diffstat (limited to 'tools')
-rw-r--r--tools/configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/configure.in b/tools/configure.in
index bd1f575..998d4f3 100644
--- a/tools/configure.in
+++ b/tools/configure.in
@@ -2,7 +2,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run to configure the
dnl Makefile in this directory.
AC_INIT(man2tcl.c)
-# RCS: @(#) $Id: configure.in,v 1.3 1999/02/19 02:14:56 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.4 1999/04/15 22:38:48 stanton Exp $
# Recover information that Tcl computed with its configure script.
@@ -30,5 +30,4 @@ AC_SUBST(TCL_PATCH_LEVEL)
AC_SUBST(TCL_SRC_DIR)
AC_SUBST(TCL_BIN_DIR)
-AC_OUTPUT(Makefile)
-AC_OUTPUT(tcl.hpj)
+AC_OUTPUT(tcl.hpj Makefile)