[mpich2-commits] r5450 - mpich2/trunk/src/mpl

balaji at mcs.anl.gov balaji at mcs.anl.gov
Mon Oct 12 17:04:15 CDT 2009


Author: balaji
Date: 2009-10-12 17:04:15 -0500 (Mon, 12 Oct 2009)
New Revision: 5450

Modified:
   mpich2/trunk/src/mpl/configure.in
Log:
Added non-verbose make support.


Modified: mpich2/trunk/src/mpl/configure.in
===================================================================
--- mpich2/trunk/src/mpl/configure.in	2009-10-12 21:48:10 UTC (rev 5449)
+++ mpich2/trunk/src/mpl/configure.in	2009-10-12 22:04:15 UTC (rev 5450)
@@ -22,6 +22,9 @@
 PAC_ARG_CACHING
 PAC_ARG_STRICT
 
+# Non-verbose make
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 dnl Bug in autoconf adds -O2 and -g by default. Make sure we only get
 dnl the flags we want.
 save_cflags=$CFLAGS



More information about the mpich2-commits mailing list