diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-04-11 22:08:59 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-04-11 22:08:59 (GMT) |
commit | 624fcdfbc622b4db71221a04a194107f2fe71f87 (patch) | |
tree | d5289aa99bb35edd7a8c03a66a4d9ae3ec64b24d /configure.in | |
parent | 031ddfdb587d29b4336ed7133555da8c691c4f7e (diff) | |
download | hdf5-624fcdfbc622b4db71221a04a194107f2fe71f87.zip hdf5-624fcdfbc622b4db71221a04a194107f2fe71f87.tar.gz hdf5-624fcdfbc622b4db71221a04a194107f2fe71f87.tar.bz2 |
[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:
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 164b160..3de5c7a 100644 --- a/configure.in +++ b/configure.in @@ -2370,6 +2370,9 @@ case "X-$enable_production" in *) PRINT "$enable_production" ;; esac +PRINT_N " C Compiler" +PRINT "$CC" + PRINT_N " CFLAGS" PRINT "$CFLAGS" |