blob: c7effc567b1fa39c3957ddf7a841e501455ce455 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- xfpovray.cf.orig Tue Feb 10 04:46:25 1998
+++ xfpovray.cf Tue Feb 17 08:37:34 1998
@@ -3,10 +3,10 @@
XCOMM
XCOMM Root installation directory for xfpovray
-XFROOTDIR = /usr/local
+XFROOTDIR = ${BINDIR}
XCOMM If your compiler can't find the xforms library
-XFORMS_LIBDIR = /usr/local/lib
+XFORMS_LIBDIR = ${X11BASE}/lib
XCOMM If your compiler can't find the xforms header file
-XFORMS_INCDIR = /usr/local/include
+XFORMS_INCDIR = ${X11BASE}/include
|