[cig-commits] r21228 - seismo/3D/SPECFEM3D_GLOBE/trunk

elliott.sales.de.andrade at geodynamics.org elliott.sales.de.andrade at geodynamics.org
Mon Jan 14 19:17:12 PST 2013


Author: elliott.sales.de.andrade
Date: 2013-01-14 19:17:12 -0800 (Mon, 14 Jan 2013)
New Revision: 21228

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/configure
   seismo/3D/SPECFEM3D_GLOBE/trunk/configure.ac
Log:
Print some information at the end of ./configure.

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/configure
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/configure	2013-01-14 12:52:31 UTC (rev 21227)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/configure	2013-01-15 03:17:12 UTC (rev 21228)
@@ -6629,4 +6629,27 @@
 fi
 
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
+$as_echo "" >&6; }
+sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+## $PACKAGE_NAME $PACKAGE_VERSION ##
+_ASBOX
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
+$as_echo "" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $0 has completed and set up a default configuration to build." >&5
+$as_echo "$0 has completed and set up a default configuration to build." >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
+$as_echo "" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: You may wish to modify the following files before building:" >&5
+$as_echo "You may wish to modify the following files before building:" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result:   DATA/Par_file           Set parameters affecting the build and simulation
+                          before running make and compiling." >&5
+$as_echo "  DATA/Par_file           Set parameters affecting the build and simulation
+                          before running make and compiling." >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result:   DATA/CMTSOLUTION        Set the source parameters before running the solver." >&5
+$as_echo "  DATA/CMTSOLUTION        Set the source parameters before running the solver." >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result:   DATA/STATIONS           Set the receiver stations before running the solver." >&5
+$as_echo "  DATA/STATIONS           Set the receiver stations before running the solver." >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
+$as_echo "" >&6; }
 

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/configure.ac
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/configure.ac	2013-01-14 12:52:31 UTC (rev 21227)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/configure.ac	2013-01-15 03:17:12 UTC (rev 21228)
@@ -143,5 +143,20 @@
 
 AC_OUTPUT
 
+dnl FYI, this is not a "result", but AS_ECHO is not available in 2.61, and it
+dnl basically works like a portable echo.
+AC_MSG_RESULT([])
+AS_BOX([$PACKAGE_NAME $PACKAGE_VERSION])
+AC_MSG_RESULT([])
+AC_MSG_RESULT([$0 has completed and set up a default configuration to build.])
+AC_MSG_RESULT([])
+AC_MSG_RESULT([You may wish to modify the following files before building:])
+AC_MSG_RESULT([AS_HELP_STRING([DATA/Par_file],
+                              [Set parameters affecting the build and simulation before running make and compiling.])])
+AC_MSG_RESULT([AS_HELP_STRING([DATA/CMTSOLUTION],
+                              [Set the source parameters before running the solver.])])
+AC_MSG_RESULT([AS_HELP_STRING([DATA/STATIONS],
+                              [Set the receiver stations before running the solver.])])
+AC_MSG_RESULT([])
 
 dnl end of configure.ac



More information about the CIG-COMMITS mailing list