|
From: Dr. J. Z. <joh...@ze...> - 2006-06-19 06:45:47
|
Hi,
a big thanks for including the depth patch into gnuplot.
But:
in trm/post.trm there's a really ugly hardcoded path:
#ifndef GNUPLOT_PS_DIR
#define GNUPLOT_PS_DIR "/usr/local/share/gnuplot/4.1/PostScript"
#endif
this fails when installing gnuplot to any another prefix than /usr/local.
and in config.h:
/* Directory for PostScript prolog and associated files */
#define GNUPLOT_PS_DIR "${prefix}/share/gnuplot/4.1/PostScript"
apparently, prefix should have been expanded there.
Best regards,
--
Johannes
|