diff -ur transfig.3.2.3d.orig1/fig2dev/Imakefile transfig.3.2.3d/fig2dev/Imakefile --- transfig.3.2.3d.orig1/fig2dev/Imakefile 2003-01-17 00:15:44 +0300 +++ transfig.3.2.3d/fig2dev/Imakefile 2003-01-17 00:17:55 +0300 @@ -34,7 +34,7 @@ XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled XCOMM and installed xfig. This will be made automatic in the future. -XFIGLIBDIR = /usr/local/lib/X11/xfig +XFIGLIBDIR = /usr/share/xfig XCOMM ****** XCOMM If your system has the strerror() function (doesn't have sys_errlist) then @@ -141,7 +141,7 @@ #ifdef I18N I18N_DEFS = -DI18N -FIG2DEV_LIBDIR = /usr/local/lib/fig2dev +FIG2DEV_LIBDIR = /usr/share/fig2dev I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR=$(FIG2DEV_LIBDIR) -DFIG2DEV_LIBDIR_STR=\\\"$(FIG2DEV_LIBDIR)\\\" #endif /* I18N */