···11---- a/src/Makefile
22-+++ b/src/Makefile
33-@@ -133,6 +133,6 @@
44- #### To set a hard-coded directory for prefabs files, uncomment & edit the following..
55- #### If done, users won't be required to have PLOTICUS_PREFABS environment variable defined.
66- #### This option not available for win32
77--# PREFABS_DIR = "/usr/lib/ploticus/prefabs"
88-+PREFABS_DIR = "$(out)/share/ploticus/prefabs"
11+--- a/src/pl.h
22++++ b/src/pl.h
33+@@ -8,7 +8,7 @@
44+ #include <stdlib.h>
55+ #include "plg.h"
66+77+-#define PREFABS_DIR "" /* INSTALLERS can set this to a valid pathname, so that users don't need to set PLOTICUS_PREFABS env var */
88++#define PREFABS_DIR "@out@/share/ploticus/prefabs" /* INSTALLERS can set this to a valid pathname, so that users don't need to set PLOTICUS_PREFABS env var */
991010+ #define PLVERSION "2.42-May2013" /* see also the Copyright page, and page headers and footers */
1011