|
From:
<br...@ph...> - 2006-05-20 10:17:48
|
Ethan A Merritt wrote: > I've created an X Resources file for gnuplot. > But which directory should it be kept in? > .../term > .../share > .../docs Either share or src. This is neither a terminal driver, nor is it documentation. Of these two, share makes more sense. > And is there a way to have the autoconfigure > tools figure out where such files are kept on the > system so that it can be installed? Environment variables XUSERFILESEARCHPATH, APPLRESDIR, XFILESEARCHPATH control this (--> 'man X'), otherwise it'll be next to the library and include paths found by autoconf macro AC_PATH_X. |