From: Tobias Oetiker Date: Wed, 16 Jan 2002 23:11:11 +0000 (+0000) Subject: added places for download X-Git-Tag: 1.2rc1~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6042725c12ef58036dfebffce05ff8032fecc22a;p=thirdparty%2Frrdtool-1.x.git added places for download git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@64 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/MakeMakefile b/MakeMakefile index 3d6fae93..661ccc20 100755 --- a/MakeMakefile +++ b/MakeMakefile @@ -4,16 +4,19 @@ # makefiles and friends set -x # -find . -name Makefile | xargs rm -find . -name Makefile.in | xargs rm +find . -name Makefile | xargs rm -f +find . -name Makefile.in | xargs rm -f -# libtool 1.4.2 + +# wget ftp://ftp.gnu.org/gnu/libtool/libtool-1.4.2.tar.gz libtoolize --automake -# automake 2.12 + +# wget ftp://sources.redhat.com/pub/automake/automake-1.5.tar.gz aclocal autoheader --warnings=all automake --foreign --add-missing --force-missing --copy -# autoconf 2.52 + +# wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.52.tar.gz autoconf