--- fig2dev/Imakefile.orig	Tue Jun 30 16:52:50 1998
+++ fig2dev/Imakefile	Fri Jul  3 21:19:57 1998
@@ -42,7 +42,7 @@
 XCOMM inline functions. With the "INLINE" keyword, you should notice that
 XCOMM the display will be a bit faster in complex figures
 
-XCOMM USEINLINE = -DUSE_INLINE
+USEINLINE = -DUSE_INLINE
 
 XCOMM Unomment the #define for USEXPM if you want to use the XPM
 XCOMM (color pixmap) package.
@@ -154,7 +154,7 @@
 
 #ifdef USEINSTALLEDJPEG
 JPEGLIBDIR = /usr/local/lib
-JPEGINCDIR = /usr/include/X11
+JPEGINCDIR = /usr/local/include
 JPEGLIB = -L$(JPEGLIBDIR) -ljpeg
 #else
 XCOMM this is relative to this directory (transfig/fig2dev)