summaryrefslogtreecommitdiff
path: root/hints/aix.sh
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-02-08 16:30:43 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-02-08 16:30:43 +0000
commit3c2f5eaa3d62cf90602dffad42f22b01cbc57787 (patch)
tree8d812baa2dc9deff0f79c732355c069ae935843b /hints/aix.sh
parent28a4f200aaf4705198a8689fe5f7fabc732dc669 (diff)
downloadperl-3c2f5eaa3d62cf90602dffad42f22b01cbc57787.tar.gz
IBM Released vac.C version 7, and changed the naming convention (again)
Thanks to Campo for spotting, testing and the fix p4raw-id: //depot/perl@23952
Diffstat (limited to 'hints/aix.sh')
-rw-r--r--hints/aix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 852059d813..5643bed4e2 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -113,7 +113,7 @@ case "$cc" in
fi
;;
- *) ccversion=`lslpp -L | grep 'C for AIX Compiler$' | grep -v '\.msg\.[A-Za-z_]*\.' | head -1 | awk '{print $1,$2}'`
+ *) ccversion=`lslpp -ql -Ou vac.C | grep -v '^Path' | head -1 | awk '{print $1,$2}'`
case "$ccversion" in
'') ccversion=`lslpp -L | grep 'IBM C and C++ Compilers LUM$'` ;;