X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=MakeMakefile;h=89a316cfa79de56c373746761fec6b8b90ed64a4;hb=7a9d68be2cc25c1245e667d5e81c6efabeeebc28;hp=f15fdcb416ca97559990fae49160b8358fddc3b5;hpb=e6f4a8883a792b07376270e318689f9d24b21d3c;p=rrdtool.git diff --git a/MakeMakefile b/MakeMakefile index f15fdcb..89a316c 100755 --- a/MakeMakefile +++ b/MakeMakefile @@ -29,7 +29,7 @@ then ERROR=1 else automake=automake-1.9 - aclocal="aclocal-1.9 --acdir=/usr/share/aclocal-1.9 -I /usr/share/aclocal/" + aclocal="aclocal-1.9 -I /usr/pack/automake-1.9.5-to/share/aclocal-1.9/ -I /usr/share/aclocal-1.9/" fi else automake="automake" @@ -56,12 +56,12 @@ find . -name Makefile.in | xargs rm -f _UNKNONW_ find . -name .libs | xargs rm -r find . -name .debs | xargs rm -r -libtoolize --copy --force $aclocal +libtoolize --copy --force autoheader --warnings=all --force +$aclocal $automake --foreign --add-missing --force-missing --copy --warnings=all autoconf --warnings=all --force -#rm config.h.in -#autoheader --warnings=all --force - +# one again to make every body happy +autoreconf