--- Imakefile 2007-05-27 12:33:09.000000000 +0200 +++ Imakefile.qba 2007-05-27 12:46:10.000000000 +0200 @@ -45,7 +45,7 @@ XCOMM different tree than the "correct" tree that your X system expects. The usual XCOMM purpose of DESTDIR is to test an install process by installing in a benign area. -XCOMM XAPPLOADDIR = /home/user/xfig +XCOMM XAPPLOADDIR = /usr/lib/X11 XCOMM Uncomment the following definition for XAW3D if you want to use XCOMM the 3d Athena Widget Set (highly recommended!) @@ -93,8 +93,8 @@ #ifdef USEJPEG #ifdef USEINSTALLEDJPEG -JPEGLIBDIR = /usr/local/lib -JPEGINC = -I/usr/include/X11 +JPEGLIBDIR = /usr/lib +JPEGINC = -I/usr/include/ #else JPEGLIBDIR = ../jpeg JPEGINC = -I$(JPEGLIBDIR) @@ -116,8 +116,8 @@ #define USEXPM_ICON #ifdef USEXPM -XPMLIBDIR = /usr/local/lib -XPMINC = -I/usr/local/include/X11 +XPMLIBDIR = /usr/lib +XPMINC = -I/usr/include/X11 #endif XCOMM Uncomment the following definiton if you want to use the small icons @@ -166,7 +166,8 @@ XCOMM XFIGLIBDIR = $(LIBDIR) XCOMM use this if you want the multi-key data base file in the standard X11 tree -XFIGLIBDIR = $(LIBDIR)/xfig +XCOMM XFIGLIBDIR = $(LIBDIR)/xfig +XFIGLIBDIR = /usr/lib/xfig XCOMM XFIGDOCDIR tells where the html and pdf documentation should go XCOMM XFIGDOCDIR = $(DOCDIR)/xfig @@ -174,8 +175,8 @@ XCOMM MANDIR tells where the standard man pages should go (no need to change it XCOMM if you want the man pages installed in the standard place on your system -XCOMM MANDIR = $(MANSOURCEPATH)$(MANSUFFIX) -MANDIR = /usr/local/xfig/man +MANDIR = $(MANSOURCEPATH)$(MANSUFFIX) +XCOMM MANDIR = /usr/local/xfig/man XCOMM If your system doesn't have strstr undefine the following definition XCOMM HAVE_NO_NOSTRSTR = -DNOSTRSTR