From 30bc0d43a3acff0788fcc303707eaf7f58763a9d Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 13 Mar 2005 16:13:49 +0000 Subject: [PATCH] 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/program@319 a5681a0c-68f1-0310-ab6d-d61299d08faa --- MakeMakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MakeMakefile b/MakeMakefile index 2747220..26cc005 100755 --- a/MakeMakefile +++ b/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 -- 2.11.0