diff -Nru xfig.3.2.3c/Fig.ad xfig.3.2.3c.new/Fig.ad --- xfig.3.2.3c/Fig.ad Tue Jul 25 19:05:57 2000 +++ xfig.3.2.3c.new/Fig.ad Sat Nov 4 12:26:07 2000 @@ -16,7 +16,7 @@ ! pdfviewer - put your favorite pdf viewer here. ! This is for viewing the xfig how-to guide and man pages -Fig.pdfviewer: acroread %f +Fig.pdfviewer: xpdf %f ! Spell check program - put your favorite spelling check program here. ! It must write the misspelled words to standard output. diff -Nru xfig.3.2.3c/Imakefile xfig.3.2.3c.new/Imakefile --- xfig.3.2.3c/Imakefile Wed Jul 19 20:14:27 2000 +++ xfig.3.2.3c.new/Imakefile Sat Nov 4 12:11:14 2000 @@ -40,8 +40,8 @@ #ifdef USEJPEG #ifdef USEINSTALLEDJPEG -JPEGLIBDIR = /usr/local/lib -JPEGINCDIR = /usr/include/X11 +JPEGLIBDIR = /usr/lib +JPEGINCDIR = /usr/include #else JPEGLIBDIR = ../jpeg JPEGINCDIR = $(JPEGLIBDIR) @@ -59,12 +59,12 @@ XCOMM Change XPMLIBDIR if necessary to point to the xpm library (libXpm) XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h) -XCOMM #define USEXPM -XCOMM #define USEXPM_ICON +#define USEXPM +#define USEXPM_ICON #ifdef USEXPM XPMLIBDIR = $(USRLIBDIR) -XPMINC = -I/usr/include/X11 +XPMINC = -I/usr/X11R6/include/X11/ #endif XCOMM Uncomment the following definiton if you want to use the small icons @@ -115,7 +115,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 use (and change) the following if you want the multi-key data base file XCOMM somewhere other than the standard X11 library directory @@ -200,7 +200,7 @@ #endif /* USEJPEG */ #ifdef I18N -I18N_DEFS = -DI18N -DSETLOCALE +I18N_DEFS = -DI18N I18N_SRC = w_i18n.c I18N_OBJ = w_i18n.o #endif