[cig-commits] r9291 - cs/benchmark/cigma/trunk

luis at geodynamics.org luis at geodynamics.org
Wed Feb 13 01:51:10 PST 2008


Author: luis
Date: 2008-02-13 01:51:10 -0800 (Wed, 13 Feb 2008)
New Revision: 9291

Modified:
   cs/benchmark/cigma/trunk/configure.ac
Log:
Updated configure.ac to output more information


Modified: cs/benchmark/cigma/trunk/configure.ac
===================================================================
--- cs/benchmark/cigma/trunk/configure.ac	2008-02-13 09:51:09 UTC (rev 9290)
+++ cs/benchmark/cigma/trunk/configure.ac	2008-02-13 09:51:10 UTC (rev 9291)
@@ -102,10 +102,19 @@
 
 dnl Print some information
 echo "********************************************************************"
-echo "Cigma is configured for"
-echo "- OS           : $UNAME"
-echo "- C compiler   : $CC"
-echo "- C++ compiler : $CXX"
-echo "- Linker       : $LINKER"
-echo "- Optimization : $OPTIM"
-echo "- Options      : $FLAGS"
+echo "Cigma is configured with"
+echo "- OS              : $UNAME"
+echo "- C compiler      : $CC"
+echo "- C++ compiler    : $CXX"
+echo "- HDF5 includes   : $HDF5_INCLUDES"
+echo "- HDF5 libs       : $HDF5_LIBS"
+echo "- HDF5 ldflags    : $HDF5_LDFLAGS"
+echo "- VTK includes    : $VTK_INCLUDES"
+echo "- VTK libs        : $VTK_LIBS"
+echo "- VTK ldflags     : $VTK_LDFLAGS"
+echo "- Python includes : $PYTHON_INCLUDES"
+echo "- Python libs     : $PYTHON_LIBS"
+echo "- Python ldflags  : $PYTHON_LDFLAGS"
+#echo "- Linker       : $LINKER"
+#echo "- Optimization : $OPTIM"
+#echo "- Options      : $FLAGS"



More information about the cig-commits mailing list