summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-08 12:05:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-08 12:05:03 (GMT)
commitb94fab427d966b13f1b218ea3093099d4619b6e5 (patch)
treeed83562e6102b5afbf3d692279cd0aceaf3dd6e5
parentdf71ea86c76b0253c46cd310c8d160b59b6ded2e (diff)
parent9b86fa376211be3c87b4b3427b4971ec9772919b (diff)
downloadtcl-b94fab427d966b13f1b218ea3093099d4619b6e5.zip
tcl-b94fab427d966b13f1b218ea3093099d4619b6e5.tar.gz
tcl-b94fab427d966b13f1b218ea3093099d4619b6e5.tar.bz2
Merge 8.7
-rwxr-xr-xunix/configure4
-rw-r--r--unix/tcl.m44
2 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure b/unix/configure
index 5933760..8c70c50 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7204,12 +7204,12 @@ then :
AIX-*) ;;
BSD/OS*) ;;
CYGWIN_*|MINGW32_*|MSYS_*) ;;
- HP_UX*) ;;
+ HP-UX*) ;;
Darwin-*) ;;
IRIX*) ;;
Linux*|GNU*) ;;
NetBSD-*|OpenBSD-*) ;;
- OSF1-V*) ;;
+ OSF1-*) ;;
SCO_SV-3.2*) ;;
*) SHLIB_CFLAGS="-fPIC" ;;
esac
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index c1dad2c..112e6fd 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1782,12 +1782,12 @@ dnl # preprocessing tests use only CPPFLAGS.
AIX-*) ;;
BSD/OS*) ;;
CYGWIN_*|MINGW32_*|MSYS_*) ;;
- HP_UX*) ;;
+ HP-UX*) ;;
Darwin-*) ;;
IRIX*) ;;
Linux*|GNU*) ;;
NetBSD-*|OpenBSD-*) ;;
- OSF1-V*) ;;
+ OSF1-*) ;;
SCO_SV-3.2*) ;;
*) SHLIB_CFLAGS="-fPIC" ;;
esac])