Attached, see the patch. In detail: bindings/Makefile.am python/Makefile.am tcl/Makefile.am Actually it's only tcl/Makefile.am that was in trouble, but I changed them all synchronously. With --disable-tcl, it failed to compile, because all-local, once mentioned in .am, should always be defined. --disable-tcl commented out parts of Makefile, and make failed to find all-local with panic.
tcl/Makefile.am: looks like the diff: target should be deleted, or changed. What was its purpose anyway? configure.ac: four new variables: PERLCC, PERLCCFLAGS, PERLLD, PERLLDFLAGS -- needed when perl is installed from packages, and existing compiler is different from that used for building perl. New variable: RRDDOCDIR -- replaces the conditional in doc/Makefile.am, which was not compatible with Solaris make and many others doc/Makefile.am: RRDDOCDIR used examples/Makefile.am: same thing as with doc/Makefile.am. I propose to put examples in $(pkgdatadir)/examples, which is usually PREFIX/share/rrdtool/examples Cheers, Stan -- Attached file removed by Ecartis and put at URL below -- -- Type: text/plain -- Desc: 2058701419-rrdtool-1.2.10-stsiny.patch -- Size: 6k (6550 bytes) -- URL : http://lists.ee.ethz.ch/p/rrdtool-1.2.10-stsiny.patch -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-developers WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
