diff options
author | mdejong <mdejong> | 2001-12-19 11:03:20 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-12-19 11:03:20 (GMT) |
commit | 6fa623d828bea1fbaf1193b5d912548759a97b78 (patch) | |
tree | b90b399f9db5fb2253b55170611240c628b95272 /unix/configure.in | |
parent | 315bd588df6de70180a2b3279c7364f742ae39c0 (diff) | |
download | tcl-6fa623d828bea1fbaf1193b5d912548759a97b78.zip tcl-6fa623d828bea1fbaf1193b5d912548759a97b78.tar.gz tcl-6fa623d828bea1fbaf1193b5d912548759a97b78.tar.bz2 |
* unix/Makefile.in: Define new dltest target that
simply does a cd to dltest/ before running make.
There is no need for the separate configure
script that was previously being used.
* unix/configure: Regen.
* unix/configure.in: Subst into dltest/Makefile.
* unix/dltest/Makefile.in: Define LIBS using
DL_LIBS, LIBS, and MATH_LIBS variables instead
of TCL_LIBS variable from tclConfig.sh.
* unix/dltest/README: Update readme to account for new
configure free implementation.
* unix/dltest/configure: Removed.
* unix/dltest/configure.in: Removed.
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index 3d8bf8e..f1e4b76 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.76 2001/11/23 01:39:50 das Exp $ +# RCS: @(#) $Id: configure.in,v 1.77 2001/12/19 11:03:20 mdejong Exp $ AC_INIT(../generic/tcl.h) @@ -555,4 +555,4 @@ AC_SUBST(MAKE_STUB_LIB) AC_SUBST(BUILD_DLTEST) AC_SUBST(TCL_PACKAGE_PATH) -AC_OUTPUT(Makefile tclConfig.sh) +AC_OUTPUT(Makefile dltest/Makefile tclConfig.sh) |