X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=MakeMakefile;h=3d6fae93df460b1665bd9672a1a072f90b6052e7;hp=6faa3431c8a28dbeab7ff1fce5d3b5bde64c37fc;hb=a1fe8fd19bb4f558150e52c0624869667b739877;hpb=5837606887a6d81e8b1f7588525cb1c8783fb62b diff --git a/MakeMakefile b/MakeMakefile index 6faa343..3d6fae9 100755 --- a/MakeMakefile +++ b/MakeMakefile @@ -4,5 +4,16 @@ # makefiles and friends set -x # -automake --foreign --verbose -autoconf --localdir=./config +find . -name Makefile | xargs rm +find . -name Makefile.in | xargs rm + +# libtool 1.4.2 +libtoolize --automake +# automake 2.12 +aclocal +autoheader --warnings=all +automake --foreign --add-missing --force-missing --copy +# autoconf 2.52 +autoconf + +