re-run autotools to make sure dependent dates are correct
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 13 Mar 2005 16:08:43 +0000 (16:08 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 13 Mar 2005 16:08:43 +0000 (16:08 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@317 a5681a0c-68f1-0310-ab6d-d61299d08faa

MakeMakefile

index dbbd0f4..2747220 100755 (executable)
@@ -62,5 +62,8 @@ 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
+$aclocal
+$automake --foreign
+autoconf
+autoheader