From 1df976959c951a11d827fff49c0e2f886a1e96d9 Mon Sep 17 00:00:00 2001 From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de> Date: Sun, 7 Mar 2010 14:34:52 +0000 Subject: [PATCH] Docu update --- README | 2 +- configure | 42 +++++++++++++++++++++--------------------- configure.ac | 2 +- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README b/README index 312a29718..9ae93736a 100644 --- a/README +++ b/README @@ -40,5 +40,5 @@ Porting: Contact: - Send questions, comments and bug reports to Uwe.Schulzweida@zmaw.de + Send questions, comments and bug reports to <http://code.zmaw.de/projects/cdi> diff --git a/configure b/configure index a8f65f206..43a18af5e 100755 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for cdi 1.4.3.1. # -# Report bugs to <Uwe.Schulzweida@zmaw.de>. +# Report bugs to <http://code.zmaw.de/projects/cdi>. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -576,7 +576,7 @@ PACKAGE_NAME='cdi' PACKAGE_TARNAME='cdi' PACKAGE_VERSION='1.4.3.1' PACKAGE_STRING='cdi 1.4.3.1' -PACKAGE_BUGREPORT='Uwe.Schulzweida@zmaw.de' +PACKAGE_BUGREPORT='http://code.zmaw.de/projects/cdi' # Factoring default headers for most tests. ac_includes_default="\ @@ -1402,7 +1402,7 @@ 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 <Uwe.Schulzweida@zmaw.de>. +Report bugs to <http://code.zmaw.de/projects/cdi>. _ACEOF ac_status=$? fi @@ -5682,9 +5682,9 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >& { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------------- ## -## Report this to Uwe.Schulzweida@zmaw.de ## -## -------------------------------------- ## +## ----------------------------------------------- ## +## Report this to http://code.zmaw.de/projects/cdi ## +## ----------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -6286,9 +6286,9 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >& { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------------- ## -## Report this to Uwe.Schulzweida@zmaw.de ## -## -------------------------------------- ## +## ----------------------------------------------- ## +## Report this to http://code.zmaw.de/projects/cdi ## +## ----------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -7761,9 +7761,9 @@ echo "$as_me: WARNING: ruby.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: ruby.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: ruby.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------------- ## -## Report this to Uwe.Schulzweida@zmaw.de ## -## -------------------------------------- ## +## ----------------------------------------------- ## +## Report this to http://code.zmaw.de/projects/cdi ## +## ----------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -7978,9 +7978,9 @@ echo "$as_me: WARNING: Python.h: proceeding with the preprocessor's result" >&2; { echo "$as_me:$LINENO: WARNING: Python.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: Python.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------------- ## -## Report this to Uwe.Schulzweida@zmaw.de ## -## -------------------------------------- ## +## ----------------------------------------------- ## +## Report this to http://code.zmaw.de/projects/cdi ## +## ----------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -8267,9 +8267,9 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >& { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------------- ## -## Report this to Uwe.Schulzweida@zmaw.de ## -## -------------------------------------- ## +## ----------------------------------------------- ## +## Report this to http://code.zmaw.de/projects/cdi ## +## ----------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -8539,9 +8539,9 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >& { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------------- ## -## Report this to Uwe.Schulzweida@zmaw.de ## -## -------------------------------------- ## +## ----------------------------------------------- ## +## Report this to http://code.zmaw.de/projects/cdi ## +## ----------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; diff --git a/configure.ac b/configure.ac index 28aae14dd..3cb75ec8c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(cdi, 1.4.3.1, Uwe.Schulzweida@zmaw.de) +AC_INIT([cdi], [1.4.3.1], [http://code.zmaw.de/projects/cdi]) echo "configuring ${PACKAGE_NAME} ${PACKAGE_VERSION}" -- GitLab