From: H.Merijn Brand Date: Tue, 8 Feb 2005 16:30:43 +0000 (+0000) Subject: IBM Released vac.C version 7, and changed the naming convention (again) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c2f5eaa3d62cf90602dffad42f22b01cbc57787;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/hints/aix.sh b/hints/aix.sh index 852059d..5643bed 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$'` ;;