summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2004-06-03 06:24:29 +0000
committerWerner LEMBERG <wl@gnu.org>2004-06-03 06:24:29 +0000
commit6935709f39444fcd73814ddda5d020077d1c781a (patch)
tree783d0c9d1acf9ed56b9c78aa491734b9b5700227 /PROBLEMS
parent8fbdfb27488e878e164c4b9b30c501126c2c007a (diff)
downloadgroff-git-6935709f39444fcd73814ddda5d020077d1c781a.tar.gz
* aclocal.m4 (GROFF_X11): s/have_no_x/groff_no_x/.
Add X11 stuff to CFLAGS, LDFLAGS, and LIBS temporarily. Add test for Xmu library. (GROFF_APPRESDIR_OPTION, GROFF_APPRESDIR_CHECK, GROFF_APPRESDIR_DEFAULT): New macros. * configure.ac: Call GROFF_APPRESDIR_OPTION, GROFF_APPRESDIR_CHECK, and GROFF_APPRESDIR_DEFAULT. * configure: Regenerated. * Makefile.in (appresdir): New variable. (MDEFINES): Add appresdir. * src/devices/xditview/Makefile.sub (EXTRA_LDFLAGS): Add -Xmu and -Xt. (install_data, uninstall_sub): New targets to handle GXditview.ad. * src/utils/indxbib/Makefiles.ub (install_data): Depend on `$(srcdir)/eign', not `eign'. * MANIFEST, INSTALL, NEWS, PROBLEMS: Updated. * man/groff_out.man, man/roff.man, src/devices/grops/grops.man, src/devices/xditview/gxditview.man, src/roff/groff/groff.man: Protect (g)xditview with `\%' to avoid hyphenation. Other minor formatting.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS8
1 files changed, 6 insertions, 2 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 0fd903d1f..7940a18af 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -450,8 +450,12 @@ Make sure that the paper size is `letter'. See groff_tmac(5).
This error means you haven't correctly installed the application
defaults file, GXditview.ad; `make install' does this for you
-automatically, so either you didn't do `make install', or you don't
-have imake configured correctly.
+automatically, so either you didn't do `make install', or you haven't
+passed a good `--appresdir=<DIR>' argument to groff's configure script.
+
+See the X(7) man page for information how and where application resource
+files have to be located. Look for the XAPPLRESDIR and XUSERFILESEARCHPATH
+environment variables.
----------------------------------------------------------------------