Code

make time paring more robust ... it can now deal with
[rrdtool.git] / MakeMakefile
index 4aba88c6fcd3d98a9290ec1c17bb0f819aba2f9e..c6f02f4e294243ee656d37e0e915336a1b72fbe7 100755 (executable)
@@ -56,11 +56,12 @@ find . -name Makefile.in | xargs rm -f _UNKNONW_
 find . -name .libs | xargs rm -r 
 find . -name .debs | xargs rm -r
 
+$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