summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ada7f88)
raw | patch | inline | side by side (parent: ada7f88)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 25 Oct 2006 17:12:22 +0000 (17:12 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 25 Oct 2006 17:12:22 +0000 (17:12 +0000) |
don't run autoreconf at the end of MakeMakefiles as this has a tendency todo the wrong things
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@914 a5681a0c-68f1-0310-ab6d-d61299d08faa
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@914 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/MakeMakefile | patch | blob | history | |
program/bindings/Makefile.am | patch | blob | history | |
program/bindings/ruby/main.c | patch | blob | history |
diff --git a/program/MakeMakefile b/program/MakeMakefile
index e6de29f456239dbf22131bf4042a0a86b3288ad6..854e879d283dd6c8498dd57279d03bdd619e7cfc 100755 (executable)
--- a/program/MakeMakefile
+++ b/program/MakeMakefile
$aclocal
libtoolize --copy --force
-autoheader --warnings=all --force
+autoheader --force
$aclocal
-$automake --foreign --add-missing --force-missing --copy --warnings=all
-autoconf --warnings=all --force
-# one again to make every body happy
-
-autoreconf
+$automake --foreign --add-missing --force-missing --copy
+autoconf --force
index a095ef803b2c751d8915dc9088dbe31d7f2d6880..96bf37dd238b1d60d4d8645bffa5a55571bc4eb7 100644 (file)
test -f perl-piped/Makefile && rm perl-piped/Makefile || true
test -f perl-shared/Makefile && cd perl-shared && $(MAKE) clean || true
test -f perl-shared/Makefile && rm -f perl-shared/Makefile || true
- test -f ruby/Makefile && rm -f ruby/Makefile || true
+ test -f ruby/Makefile && cd ruby && $(MAKE) clean && rm Makefile || true
##END##
index 492eb39604f9c6fc665ff50c99f152be18c01543..b2eaa68e6c1ea22a2c7caa60aba26615cc8e8aa1 100644 (file)
string_arr a;
char **calcpr, **p;
VALUE result, print_results;
- int i, xsize, ysize;
+ int xsize, ysize;
double ymin, ymax;
a = string_arr_new(args);