* 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)
commitc2588300e3b61df51b846dd79d90b3da9628d0cb
treec9fdd8bbb4db3f74d2d2ea21a2b51b03a32d92b5
parent5b1d628ac291d76978e00ceaa9d4930f0049703b
* 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/program@307 a5681a0c-68f1-0310-ab6d-d61299d08faa
14 files changed:
README
acinclude.m4
bindings/Makefile.am
configure.ac
examples/4charts.pl.in
examples/bigtops.pl.in
examples/cgi-demo.cgi.in
examples/minmax.pl.in
examples/piped-demo.pl.in
examples/shared-demo.pl.in
examples/stripes.pl.in
src/rrd.h
src/rrd_last.c
src/rrd_tool.h