[svn-r6636] Purpose:

Update

Description:
    Added printing of the compiler used in the end message.

Platforms tested:
    Modi4 (Parallel & Fortran)
    Burrwhite (Fortran & C++)
    Baldric (Fortran), but make check didn't work because of "libucb.so"
    error that I can't fix...)

Misc. update:
This commit is contained in:
Bill Wendling 2003-04-11 17:08:59 -05:00
parent 031ddfdb58
commit 624fcdfbc6
2 changed files with 6 additions and 0 deletions

3
configure vendored
View File

@ -32461,6 +32461,9 @@ case "X-$enable_production" in
*) PRINT "$enable_production" ;;
esac
PRINT_N " C Compiler"
PRINT "$CC"
PRINT_N " CFLAGS"
PRINT "$CFLAGS"

View File

@ -2370,6 +2370,9 @@ case "X-$enable_production" in
*) PRINT "$enable_production" ;;
esac
PRINT_N " C Compiler"
PRINT "$CC"
PRINT_N " CFLAGS"
PRINT "$CFLAGS"