diff -u -r1.1 fig2dev/dev/Imakefile --- 1.1 1995/01/25 20:37:32 +++ fig2dev/dev/Imakefile 1995/01/25 20:52:53 @@ -27,13 +27,13 @@ XCOMM have named colors (e.g. "white"). XCOMM You need version 3.4c of the XPM package. -XCOMM XPMDEFINES = -DUSE_XPM -XCOMM XPMINCDIR = -I/usr/local/X11/include/xpm +XPMDEFINES = -DUSE_XPM +XPMINCDIR = -I/usr/X11R6/include/X11 XCOMM Finally, if your system doesn't have ndbm (the 'new' database subroutines) XCOMM remove the -DNDBM from the XPMRGB definition. -XPMRGB = -DRGB_FILE=\"/usr/lib/X11/rgb\" -DNDBM +XPMRGB = -DRGB_FILE=\"/usr/X11R6/lib/X11/rgb\" #-DNDBM break make depend XCOMM to set paper size to A4 add -DA4 to DEFINES list XCOMM to set IBM Graphics Enhancement Cartridge add -DIBMGEC to DEFINES list @@ -43,7 +43,7 @@ XCOMM OR -DEPSF to DEFINES list to use epsfig macros as distributed w/ LaTeX2e XCOMM DON'T use both -DNFSS and -DEPSF -DEFINES = -DDVIPS -DEPSF $(XPMDEFINES) +DEFINES = -DDVIPS -DNFSS -DEPSF -DNDBM $(XPMDEFINES) # add -DNDBM here DEPLIBS = INCLUDES = -I..