X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=MakeMakefile;h=a50537d65dc1280ee827f9ce77006725615e9ec3;hb=e8427a643ab88d24bd5b67346375c3b065a1bd87;hp=3d6fae93df460b1665bd9672a1a072f90b6052e7;hpb=a1fe8fd19bb4f558150e52c0624869667b739877;p=rrdtool.git diff --git a/MakeMakefile b/MakeMakefile index 3d6fae9..a50537d 100755 --- a/MakeMakefile +++ b/MakeMakefile @@ -4,16 +4,20 @@ # 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 -libtoolize --automake -# automake 2.12 + +# wget ftp://ftp.gnu.org/gnu/libtool/libtool-1.4.2.tar.gz +libtoolize --copy +cp ltmain.sh config + +# 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