Code

* Updated perl compile system. It now uses Makefile.PL for everything,
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 10 Mar 2005 17:03:34 +0000 (17:03 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 10 Mar 2005 17:03:34 +0000 (17:03 +0000)
commitb12bab9d621c4a068f6b732faddf37bc686e331e
treeb6be1ac26e3a9417bac6d90c7ca520ff6339990c
parent1f22b019e969cd672ee0343c5defffb024cb166f
* Updated perl compile system. It now uses Makefile.PL for everything,
  but gets it to install the perl module in @prefix@/lib/perl such
  that you can use the same use lib line for whatever platform and perlversion
  you install into this directory. They all live neatly next to each other.

* fixed examples to work with new perl install system. Added a few exec_prefix lines
  where appropriate

* fixed piped demo

* fixed VeraMono.ttf file. This somehow got damaged by cvs ...

* added thread defines to normal compile run, so that _r functions to not through errors.

* tested compilation and installation

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@307 a5681a0c-68f1-0310-ab6d-d61299d08faa
14 files changed:
program/README
program/acinclude.m4
program/bindings/Makefile.am
program/configure.ac
program/examples/4charts.pl.in
program/examples/bigtops.pl.in
program/examples/cgi-demo.cgi.in
program/examples/minmax.pl.in
program/examples/piped-demo.pl.in
program/examples/shared-demo.pl.in
program/examples/stripes.pl.in
program/src/rrd.h
program/src/rrd_last.c
program/src/rrd_tool.h