b8c4e777df
- Add secondary site to MASTER_SITES - Support CC/CFLAGS/PREFIX properly - Support install macros PR: 15969 Submitted by: tkato@prontomail.ne.jp
14 lines
491 B
Text
14 lines
491 B
Text
--- help.c.orig Sat Jan 18 13:22:29 1997
|
|
+++ help.c Sat Jan 8 01:25:47 2000
|
|
@@ -173,9 +173,9 @@
|
|
* default help path, add cwd when in debug mode
|
|
*/
|
|
#ifdef DEBUG
|
|
-#define DEFAULT_HELPPATH ".:/usr/lib/help:/usr/local/lib/help"
|
|
+#define DEFAULT_HELPPATH ".:%%PREFIX%%/lib/X11/xopps"
|
|
#else
|
|
-#define DEFAULT_HELPPATH "/usr/lib/help:/usr/local/lib/help"
|
|
+#define DEFAULT_HELPPATH "%%PREFIX%%/lib/X11/xopps"
|
|
#endif
|
|
|
|
/***********************************************************************
|