aclocal expects a space after -I ...
[rrdtool.git] / MakeMakefile
index f15fdcb..89a316c 100755 (executable)
@@ -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