IBM Released vac.C version 7, and changed the naming convention (again)
H.Merijn Brand [Tue, 8 Feb 2005 16:30:43 +0000 (16:30 +0000)]
Thanks to Campo for spotting, testing and the fix

p4raw-id: //depot/perl@23952

hints/aix.sh

index 852059d..5643bed 100644 (file)
@@ -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$'` ;;