X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=MakeMakefile;h=a95542e4da8006f55e3ef57fb4b5641fd82af9e4;hp=026f0a9d7d24a50a2ff06bf8a7f5efb975f6f93f;hb=2f9c0721d1f7e9eceae3d04e197d0e4a46eeb3b1;hpb=27d41147a8f450c87dd5fb94de0571a5f2f370b7 diff --git a/MakeMakefile b/MakeMakefile index 026f0a9..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