K 10 svn:author V 8 lkoeller K 8 svn:date V 27 2001-01-21T19:05:07.000000Z K 7 svn:log V 432 During compile of xview on my 4.2-Release System with XFree-3.3.6 the location of .text_extras_menu is set via imake to -DEXTRASMENU="\"/usr/X11R6/lib/.text_extras_menu\"" This absolute path is not handeld by the code in .../lib/libxview/textsw/txt_e_menu.c This patch fixes this case. The warning message when starting xview progams it's unable to find /usr/lib/./usr/X11R6/lib/.text_extras_menu didn't appear anymore. END