From: oetiker Date: Sun, 13 Mar 2005 16:13:49 +0000 (+0000) Subject: autotools still run after configure this is not good ... run autoreconf at the end... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=715f9408334bb9738a163826b2423f88ef507d7c;p=rrdtool-all.git autotools still run after configure this is not good ... run autoreconf at the end of MakeMakefile. Maybe this will help git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@319 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/MakeMakefile b/program/MakeMakefile index 27472204..26cc0059 100755 --- a/program/MakeMakefile +++ b/program/MakeMakefile @@ -63,7 +63,4 @@ $aclocal $automake --foreign --add-missing --force-missing --copy --warnings=all autoconf --warnings=all --force # one again to make every body happy -$aclocal -$automake --foreign -autoconf -autoheader +autoreconf