X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=MakeMakefile;h=a95542e4da8006f55e3ef57fb4b5641fd82af9e4;hp=e6de29f456239dbf22131bf4042a0a86b3288ad6;hb=2f9c0721d1f7e9eceae3d04e197d0e4a46eeb3b1;hpb=2b1b64080f476418fca910fa106317ef4ee087ae diff --git a/MakeMakefile b/MakeMakefile index e6de29f..a95542e 100755 --- a/MakeMakefile +++ b/MakeMakefile @@ -33,7 +33,7 @@ then else automake=automake-1.9 aclocal="aclocal-1.9" - for d in /usr/pack/automake-1.9.5-to/share/aclocal-1.9 /usr/share/aclocal-1.9; do + for d in /usr/pack/automake-1.9.5-to/share/aclocal-1.9 /usr/share/aclocal-1.9 /usr/pack/rrdtool-1.3svn-to/share/aclocal /usr/pack/intltool-0.37.0-to/share/aclocal ; do [ -d $d ] && aclocal="$aclocal -I $d" done fi @@ -56,18 +56,16 @@ fi # cleanup set -x -find . -name Makefile | xargs rm -f _UNKNONW_ -find . -name "*.la" | xargs rm -f +find . -name Makefile | grep -v win32 | grep -v netware | xargs rm -f _UNKNONW_ +find . -name "*.la" | xargs rm -f _UNKNOWN_ find . -name Makefile.in | xargs rm -f _UNKNONW_ find . -name .libs | xargs rm -r find . -name .debs | xargs rm -r +intltoolize --automake -c -f $aclocal libtoolize --copy --force -autoheader --warnings=all --force +autoheader --force $aclocal -$automake --foreign --add-missing --force-missing --copy --warnings=all -autoconf --warnings=all --force -# one again to make every body happy - -autoreconf +$automake --foreign --add-missing --force-missing --copy +autoconf --force