summaryrefslogtreecommitdiffstats
path: root/tools/configure.in
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-04-30 22:44:58 (GMT)
committerstanton <stanton@noemail.net>1999-04-30 22:44:58 (GMT)
commitd4d82278af6d77229ba7e223ed3a0b420c1cd06b (patch)
treea193f27eb18d04a30f8b4f663611d5957c2f5f6a /tools/configure.in
parent0a20d911e0b81832d173ea7e07c079875292de0b (diff)
downloadtcl-d4d82278af6d77229ba7e223ed3a0b420c1cd06b.zip
tcl-d4d82278af6d77229ba7e223ed3a0b420c1cd06b.tar.gz
tcl-d4d82278af6d77229ba7e223ed3a0b420c1cd06b.tar.bz2
* Merged changes from 8.1.0 branch
FossilOrigin-Name: dc45694c11c7ad43dd4c5dca49bfe1d7cedec9bb
Diffstat (limited to 'tools/configure.in')
-rw-r--r--tools/configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/configure.in b/tools/configure.in
index 147b99e..a48d6d7 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.5 1999/04/16 00:47:38 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.6 1999/04/30 22:45:03 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(Makefile tcl.hpj)