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 | |
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')
-rwxr-xr-x | unix/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index b221db2..8ba23e1 100755 --- a/unix/configure +++ b/unix/configure @@ -6495,7 +6495,7 @@ done ac_given_srcdir=$srcdir -trap 'rm -fr `echo "Makefile tclConfig.sh" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "Makefile dltest/Makefile tclConfig.sh" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -6625,7 +6625,7 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"Makefile tclConfig.sh"} +CONFIG_FILES=\${CONFIG_FILES-"Makefile dltest/Makefile tclConfig.sh"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |