summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-08 12:04:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-08 12:04:28 (GMT)
commit9b86fa376211be3c87b4b3427b4971ec9772919b (patch)
tree6be5f38a1a85e4efcdb886fa43474fade02346a2 /unix
parent02c12ad9199b36ab3976053cae2efffabff18cb0 (diff)
parent31de1a727a8ff6e14abb287e03475b0a2d7f6cbb (diff)
downloadtcl-9b86fa376211be3c87b4b3427b4971ec9772919b.zip
tcl-9b86fa376211be3c87b4b3427b4971ec9772919b.tar.gz
tcl-9b86fa376211be3c87b4b3427b4971ec9772919b.tar.bz2
HP_UX -> HP-UX and another apparent typo
Diffstat (limited to 'unix')
-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 05e83d6..dbfb800 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 0f22ae1..9cfec6b 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])