[cig-commits] [commit] devel: updated some comments in README and in configure (8f48c60)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 03:05:24 PDT 2014


Repository : ssh://geoshell/specfem3d

On branch  : devel
Link       : https://github.com/geodynamics/pylith_benchmarks/compare/b18768a541005fcf437aa50bdb2cd57e8e8adc11...c4e103232bf76f6fbf78b6524c8603d2d9b9a577

>---------------------------------------------------------------

commit 8f48c60ece1dd2e1d7bece93b8a99222151fa120
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sun Mar 16 00:34:11 2014 +0100

    updated some comments in README and in configure


>---------------------------------------------------------------

8f48c60ece1dd2e1d7bece93b8a99222151fa120
 README       |  3 ++-
 configure    | 14 ++++----------
 configure.ac |  2 +-
 3 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/README b/README
index 89bb8e4..3bc3f3f 100644
--- a/README
+++ b/README
@@ -2,5 +2,6 @@
 Instructions on how to install and use SPECFEM3D are
 available in the PDF manual located in directory doc/USER_MANUAL.
 
-Main developers: Dimitri Komatitsch and Jeroen Tromp
+Main "historical" developers: Dimitri Komatitsch and Jeroen Tromp
+  (there are currently many more!)
 
diff --git a/configure b/configure
index b9e7be4..6a03675 100755
--- a/configure
+++ b/configure
@@ -2,8 +2,6 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for Specfem3D 2.1.0.
 #
-# Report bugs to <jtromp AT princeton.edu>.
-#
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
 #
@@ -266,8 +264,8 @@ fi
     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
-    $as_echo "$0: Please tell bug-autoconf at gnu.org and jtromp AT
-$0: princeton.edu about your system, including any error
+    $as_echo "$0: Please tell bug-autoconf at gnu.org
+$0: about your system, including any error
 $0: possibly output before this message. Then install a
 $0: modern shell, or manually run the script under such a
 $0: shell if you do have one."
@@ -582,7 +580,7 @@ PACKAGE_NAME='Specfem3D'
 PACKAGE_TARNAME='Specfem3D'
 PACKAGE_VERSION='2.1.0'
 PACKAGE_STRING='Specfem3D 2.1.0'
-PACKAGE_BUGREPORT='jtromp AT princeton.edu'
+PACKAGE_BUGREPORT='see the wiki'
 PACKAGE_URL=''
 
 ac_unique_file="src/specfem3D/specfem3D.f90"
@@ -1494,8 +1492,6 @@ Some influential environment variables:
 
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
-
-Report bugs to <jtromp AT princeton.edu>.
 _ACEOF
 ac_status=$?
 fi
@@ -1802,7 +1798,6 @@ $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
 ( $as_echo "## -------------------------------------- ##
-## Report this to jtromp AT princeton.edu ##
 ## -------------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -2087,7 +2082,6 @@ $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
 ( $as_echo "## -------------------------------------- ##
-## Report this to jtromp AT princeton.edu ##
 ## -------------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -8850,7 +8844,7 @@ $config_headers
 Configuration commands:
 $config_commands
 
-Report bugs to <jtromp AT princeton.edu>."
+."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/configure.ac b/configure.ac
index 56ceea5..dacb331 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl You must have recent versions of Autoconf and Automake installed.
 ############################################################
 
 AC_PREREQ(2.61)
-AC_INIT([Specfem3D], [2.1.0], [jtromp AT princeton.edu], [Specfem3D])
+AC_INIT([Specfem3D], [2.1.0], [see the wiki], [Specfem3D])
 AC_CONFIG_SRCDIR([src/specfem3D/specfem3D.f90])
 
 AC_CONFIG_HEADER([setup/config.h])



More information about the CIG-COMMITS mailing list