Code

aclocal expects a space after -I ...
[rrdtool.git] / MakeMakefile
index 95862b85e7dcc4df3cd66aa10c92063ce7599993..89a316cfa79de56c373746761fec6b8b90ed64a4 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"
@@ -62,5 +62,6 @@ 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