From: oetiker Date: Fri, 14 Apr 2006 10:17:28 +0000 (+0000) Subject: no more people links! X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e3f56885e998c88cf2103fefb8b1ec3509bf35b4;p=rrdtool-all.git no more people links! git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@790 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/acinclude.m4 b/program/acinclude.m4 index e3971da4..90889441 100644 --- a/program/acinclude.m4 +++ b/program/acinclude.m4 @@ -65,7 +65,7 @@ AC_DEFUN([EX_CHECK_ALL], You can find also find an archive copy on - http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs + http://oss.oetiker.ch/rrdtool/pub/libs The last tested version of $4 is $5. diff --git a/program/doc/rrdbuild.pod b/program/doc/rrdbuild.pod index 6bdcb551..30ed62af 100644 --- a/program/doc/rrdbuild.pod +++ b/program/doc/rrdbuild.pod @@ -52,7 +52,7 @@ per-installed. Note that these instructions assume that your copies of B and B are actually B and B respectively. It could be that they are installed as B and B on your system. - wget http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/rrdtool-1.2.12.tar.gz + wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.2.12.tar.gz tar zxf rrdtool-1.2.12.tar.gz cd rrdtool-1.2.12 ./configure --prefix=$INSTALL_DIR && make && make install @@ -72,7 +72,7 @@ compile your own copies of the required libraries. Here is how: =item Building zlib cd $BUILD_DIR - wget http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/libs/zlib-1.2.2.tar.gz + wget http://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.2.tar.gz tar zxf zlib-1.2.2.tar.gz cd zlib-1.2.2 env CFLAGS="-O3 -fPIC" ./configure --prefix=$BUILD_DIR/lb @@ -87,7 +87,7 @@ drop the settings of LDFLAGS and CPPFLAGS. Note that the backslash (\) at the end of line 4 means that line 4 and line 5 are on one line. cd $BUILD_DIR - wget http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/libs/libpng-1.2.8-config.tar.gz + wget http://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.8-config.tar.gz tar zxvf libpng-1.2.8-config.tar.gz cd libpng-1.2.8-config env CPPFLAGS="-I$BUILD_DIR/lb/include" LDFLAGS="-L$BUILD_DIR/lb/lib" CFLAGS="-O3 -fPIC" \ @@ -98,7 +98,7 @@ the end of line 4 means that line 4 and line 5 are on one line. =item Building freetype cd $BUILD_DIR - wget http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/libs/freetype-2.1.9.tar.gz + wget http://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.1.9.tar.gz tar zxvf freetype-2.1.9.tar.gz cd freetype-2.1.9 env CPPFLAGS="-I$BUILD_DIR/lb/include" LDFLAGS="-L$BUILD_DIR/lb/lib" CFLAGS="-O3 -fPIC" \ @@ -114,7 +114,7 @@ add the following at the end of the configure line: =item Building libart_lgpl cd $BUILD_DIR - wget http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/libs/libart_lgpl-2.3.17.tar.gz + wget http://oss.oetiker.ch/rrdtool/pub/libs/libart_lgpl-2.3.17.tar.gz tar zxvf libart_lgpl-2.3.17.tar.gz cd libart_lgpl-2.3.17 env CFLAGS="-O3 -fPIC" ./configure --disable-shared --prefix=$BUILD_DIR/lb