1997-01-06 10:26:28 +00:00
|
|
|
--- Imakefile.orig Thu Feb 24 09:55:24 1994
|
|
|
|
+++ Imakefile Sun Jan 5 13:58:56 1997
|
|
|
|
@@ -1,14 +1,14 @@
|
|
|
|
# Mailer you use. Solaris 2.x users, change this to /usr/bin/mailx
|
|
|
|
-MAILER = /usr/ucb/mail
|
|
|
|
+MAILER = /usr/bin/mail
|
|
|
|
|
|
|
|
# Where you installed Open Windows
|
|
|
|
-OPENWINHOME = /usr/openwin
|
|
|
|
+OPENWINHOME = ${PREFIX}
|
|
|
|
|
|
|
|
# Paths to be searched for icons
|
|
|
|
ICON_PATH = .:./icons:/usr/local/images:$(OPENWINHOME)/include/images:$(INCDIR)/bitmaps
|
|
|
|
|
|
|
|
# Where to install the help file
|
|
|
|
-HELPDIR = /usr/local/lib/help
|
1997-01-09 00:27:47 +00:00
|
|
|
+HELPDIR = $(OPENWINHOME)/lib/help
|
1997-01-06 10:26:28 +00:00
|
|
|
|
|
|
|
# Where your XView libraries are installed. If running under
|
|
|
|
# SunOS 4.x, use the first version. If using Solaris 2.x with
|