Skip to content
Snippets Groups Projects
Commit 9989affd authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

changed code.zmaw.de to mpimet.mpg.de

parent c1765046
Branches cdi-1.7.x
No related tags found
No related merge requests found
Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
Uwe Schulzweida <uwe.schulzweida AT mpimet.mpg.de>
......@@ -52,5 +52,5 @@ Porting:
Contact:
Send questions, comments and bug reports to <http://code.zmaw.de/projects/cdi>
Send questions, comments and bug reports to <http://mpimet.mpg.de/cdi>
......@@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for cdi 1.6.8.
#
# Report bugs to <https://code.zmaw.de/projects/cdi>.
# Report bugs to <http://mpimet.mpg.de/cdi>.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
......@@ -247,10 +247,10 @@ fi
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell bug-autoconf@gnu.org and
$0: https://code.zmaw.de/projects/cdi about your system,
$0: including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
$0: http://mpimet.mpg.de/cdi about your system, including
$0: any error possibly output before this message. Then
$0: install a modern shell, or manually run the script
$0: under such a shell if you do have one."
fi
exit 1
fi
......@@ -572,7 +572,7 @@ PACKAGE_NAME='cdi'
PACKAGE_TARNAME='cdi'
PACKAGE_VERSION='1.6.8'
PACKAGE_STRING='cdi 1.6.8'
PACKAGE_BUGREPORT='https://code.zmaw.de/projects/cdi'
PACKAGE_BUGREPORT='http://mpimet.mpg.de/cdi'
PACKAGE_URL=''
 
# Factoring default headers for most tests.
......@@ -1642,7 +1642,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 <https://code.zmaw.de/projects/cdi>.
Report bugs to <http://mpimet.mpg.de/cdi>.
_ACEOF
ac_status=$?
fi
......@@ -2396,9 +2396,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $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 https://code.zmaw.de/projects/cdi ##
## ------------------------------------------------ ##"
( $as_echo "## --------------------------------------- ##
## Report this to http://mpimet.mpg.de/cdi ##
## --------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
......@@ -28915,7 +28915,7 @@ $config_headers
Configuration commands:
$config_commands
 
Report bugs to <https://code.zmaw.de/projects/cdi>."
Report bugs to <http://mpimet.mpg.de/cdi>."
 
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
......
......@@ -4,7 +4,7 @@
# autoconf 2.68
# libtool 2.4.2
AC_INIT([cdi], [1.6.8], [https://code.zmaw.de/projects/cdi])
AC_INIT([cdi], [1.6.8], [http://mpimet.mpg.de/cdi])
echo "configuring ${PACKAGE_NAME} ${PACKAGE_VERSION}"
......
......@@ -79,7 +79,7 @@ void cdfComment(int ncid)
strcat(comment, "??");
else
strncat(comment, libvers, size);
strcat(comment, " (https://code.zmaw.de/projects/cdi)");
strcat(comment, " (http://mpimet.mpg.de/cdi)");
}
cdf_put_att_text(ncid, NC_GLOBAL, "CDI", strlen(comment), comment);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment