From 3c2f5eaa3d62cf90602dffad42f22b01cbc57787 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Tue, 8 Feb 2005 16:30:43 +0000 Subject: 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 --- hints/aix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$'` ;; -- cgit v1.2.1