X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=MakeMakefile;h=d182d2134af58b8f7bf7fe1c2c199965eb88e312;hb=e97797425ecc2d5c2b78c63783cd33248ba1d288;hp=4aba88c6fcd3d98a9290ec1c17bb0f819aba2f9e;hpb=d8c6bad0b7fa3852c16c1bdd65f9ce079e6920c7;p=rrdtool.git diff --git a/MakeMakefile b/MakeMakefile index 4aba88c..d182d21 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" fi else automake="automake" @@ -56,11 +56,12 @@ find . -name Makefile.in | xargs rm -f _UNKNONW_ find . -name .libs | xargs rm -r find . -name .debs | xargs rm -r +$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