diff --git a/README b/README index 312a297187fb700d44d7466e6bdc1f4a22bdf6e5..9ae93736af10f9b1f9805c3259cc5c93c6d83840 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 a8f65f206e87102f469a3e44181a7c63c18ac90c..43a18af5e3fea1bd92f8d4847561462ab504b399 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 28aae14dd7b5f256f43bcd4b43183edbbf68552f..3cb75ec8cfef286ce6ddf85d0e9c225df069ed1e 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}"