From 624fcdfbc622b4db71221a04a194107f2fe71f87 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 11 Apr 2003 17:08:59 -0500 Subject: [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: --- configure | 3 +++ configure.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/configure b/configure index ea151c9..a065fc0 100755 --- a/configure +++ b/configure @@ -32461,6 +32461,9 @@ case "X-$enable_production" in *) PRINT "$enable_production" ;; esac +PRINT_N " C Compiler" +PRINT "$CC" + PRINT_N " CFLAGS" PRINT "$CFLAGS" 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" -- cgit v0.12