summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-29 17:06:12 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-29 17:06:12 +0000
commit9c3309b4343e6efa5714ff70b60a0d731376adae (patch)
tree7a516adae10cdd99dab277a3d4d51a234e3bb0ef /hints
parentbbe6c963bed5430184afbcd66d96d7e202649fd2 (diff)
downloadperl-9c3309b4343e6efa5714ff70b60a0d731376adae.tar.gz
Make the warning about preferring HP's ar more visible.
p4raw-id: //depot/cfgperl@5359
Diffstat (limited to 'hints')
-rw-r--r--hints/hpux.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index ae3cab30bc..faf5879ed9 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -291,8 +291,9 @@ else
if test -x /usr/bin/ar; then
cat <<END >&2
-NOTE: You are using HP cc(1) but GNU ar(1). This might lead into trouble
-later on, I'm switching to HP ar to play safe.
+*** You are using HP cc(1) but GNU ar(1). This might lead into trouble
+*** later on, I'm switching to HP ar to play safe.
+
END
ar=/usr/bin/ar
fi