X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=MakeMakefile;h=a95542e4da8006f55e3ef57fb4b5641fd82af9e4;hp=c936d002201e0fcb923e36afa59aff7f35ecc269;hb=2f9c0721d1f7e9eceae3d04e197d0e4a46eeb3b1;hpb=5fc7ff89bdbced9c593c566fea9840a269935dcd diff --git a/MakeMakefile b/MakeMakefile index c936d00..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 @@ -62,6 +62,7 @@ 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 --force