added places for download
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 16 Jan 2002 23:11:11 +0000 (23:11 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 16 Jan 2002 23:11:11 +0000 (23:11 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@64 a5681a0c-68f1-0310-ab6d-d61299d08faa

MakeMakefile

index 3d6fae9..661ccc2 100755 (executable)
@@ -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