summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-08 08:39:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-08 08:39:46 (GMT)
commit3c36d7f7f88a2cae4bb266ded62f12be35978356 (patch)
treed6d6728c3fac71e8d4e61eddc3c91b04b606200f
parentf38691efea4e8147b9699e7ba46ed8f576d1e873 (diff)
parenta1f7ab60476333a483bf53641f3d48079447c6ac (diff)
downloadtcl-3c36d7f7f88a2cae4bb266ded62f12be35978356.zip
tcl-3c36d7f7f88a2cae4bb266ded62f12be35978356.tar.gz
tcl-3c36d7f7f88a2cae4bb266ded62f12be35978356.tar.bz2
Merge 8.7
-rw-r--r--unix/Makefile.in2
-rwxr-xr-xunix/configure2
-rw-r--r--unix/tcl.m42
3 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 9d13fec..fec1811 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2302,7 +2302,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen
$(DIST_INSTALL_DATA) $(TOP_DIR)/license.terms $(DISTDIR)/tests
$(DIST_INSTALL_DATA) $(TOP_DIR)/tests/*.test $(TOP_DIR)/tests/README \
$(TOP_DIR)/tests/httpd $(TOP_DIR)/tests/*.tcl \
- $(DISTDIR)/tests
+ $(TOP_DIR)/tests/auto-files.zip $(DISTDIR)/tests
@mkdir $(DISTDIR)/tests/auto0
for i in auto1 auto2 ; \
do \
diff --git a/unix/configure b/unix/configure
index 7c6ff95..5933760 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7208,7 +7208,7 @@ then :
Darwin-*) ;;
IRIX*) ;;
Linux*|GNU*) ;;
- NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
+ NetBSD-*|OpenBSD-*) ;;
OSF1-V*) ;;
SCO_SV-3.2*) ;;
*) SHLIB_CFLAGS="-fPIC" ;;
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index faa8342..c1dad2c 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1786,7 +1786,7 @@ dnl # preprocessing tests use only CPPFLAGS.
Darwin-*) ;;
IRIX*) ;;
Linux*|GNU*) ;;
- NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
+ NetBSD-*|OpenBSD-*) ;;
OSF1-V*) ;;
SCO_SV-3.2*) ;;
*) SHLIB_CFLAGS="-fPIC" ;;