mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[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:
parent
031ddfdb58
commit
624fcdfbc6
3
configure
vendored
3
configure
vendored
@ -32461,6 +32461,9 @@ case "X-$enable_production" in
|
||||
*) PRINT "$enable_production" ;;
|
||||
esac
|
||||
|
||||
PRINT_N " C Compiler"
|
||||
PRINT "$CC"
|
||||
|
||||
PRINT_N " CFLAGS"
|
||||
PRINT "$CFLAGS"
|
||||
|
||||
|
@ -2370,6 +2370,9 @@ case "X-$enable_production" in
|
||||
*) PRINT "$enable_production" ;;
|
||||
esac
|
||||
|
||||
PRINT_N " C Compiler"
|
||||
PRINT "$CC"
|
||||
|
||||
PRINT_N " CFLAGS"
|
||||
PRINT "$CFLAGS"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user