summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorcvs2fossil <cvs2fossil@noemail.net>1999-02-19 02:17:04 (GMT)
committercvs2fossil <cvs2fossil@noemail.net>1999-02-19 02:17:04 (GMT)
commitdcbe37eb93bfa39b64b38317ec7e4f8e0fc9b766 (patch)
tree87ec50b593f8b962e619e10d77b9322ad677da11 /tools
parenteacdec3a0a053d169e2dd8103826bdbc259a46b2 (diff)
downloadtcl-scriptics-tclpro-1-2.zip
tcl-scriptics-tclpro-1-2.tar.gz
tcl-scriptics-tclpro-1-2.tar.bz2
Created branch scriptics-tclpro-1-2-syntheticscriptics-tclpro-1-2
FossilOrigin-Name: 1d719b3ad1c19c3c90a8f4ca931caeed9ba2c8d7
Diffstat (limited to 'tools')
-rw-r--r--tools/README4
-rw-r--r--tools/configure.in34
-rw-r--r--tools/tcl.hpj.in (renamed from tools/tcl.hpj)0
3 files changed, 0 insertions, 38 deletions
diff --git a/tools/README b/tools/README
deleted file mode 100644
index 67cac12..0000000
--- a/tools/README
+++ /dev/null
@@ -1,4 +0,0 @@
-
- This directory contains unsupported tools that are used
- during the release engineering process.
-
diff --git a/tools/configure.in b/tools/configure.in
deleted file mode 100644
index f5fa48d..0000000
--- a/tools/configure.in
+++ /dev/null
@@ -1,34 +0,0 @@
-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.2.2.1 1999/02/19 02:17:04 stanton Exp $
-
-# Recover information that Tcl computed with its configure script.
-
-#--------------------------------------------------------------------
-# See if there was a command-line option for where Tcl is; if
-# not, assume that its top-level directory is a sibling of ours.
-#--------------------------------------------------------------------
-
-AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.0 binaries from DIR], TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd ../../tcl8.0$TK_PATCH_LEVEL/unix; pwd`)
-if test ! -d $TCL_BIN_DIR; then
- AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR doesn't exist)
-fi
-if test ! -f $TCL_BIN_DIR/tclConfig.sh; then
- AC_MSG_ERROR(There's no tclConfig.sh in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?)
-fi
-
-. $TCL_BIN_DIR/tclConfig.sh
-
-TCL_WIN_VERSION=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
-AC_SUBST(TCL_WIN_VERSION)
-CC=$TCL_CC
-AC_SUBST(CC)
-AC_SUBST(TCL_VERSION)
-AC_SUBST(TCL_PATCH_LEVEL)
-AC_SUBST(TCL_SRC_DIR)
-AC_SUBST(TCL_BIN_DIR)
-
-AC_OUTPUT(Makefile)
-AC_OUTPUT(tcl.hpj)
diff --git a/tools/tcl.hpj b/tools/tcl.hpj.in
index 15eb1e5..15eb1e5 100644
--- a/tools/tcl.hpj
+++ b/tools/tcl.hpj.in