From: oetiker Date: Wed, 16 Jan 2002 23:11:11 +0000 (+0000) Subject: added places for download X-Git-Url: https://git.tokkee.org/?p=rrdtool.git;a=commitdiff_plain;h=9617bbaf528ac2e9942b64e09642f1915bb9bf9c 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 3d6fae9..661ccc2 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