Patches to GenMake 1.1 config script...
michael sweet
sweetmr at sct60a.sunyct.EDU
Tue May 7 21:37:02 AEST 1991
Looks like a few typos made there way into my config script for GenMake 1.1.
What follows is the context diff for the config script, which will make it
work properly on IRIX....
*** tmp/config Sat May 4 11:47:41 1991
--- config Tue May 7 07:36:30 1991
***************
*** 81,87 ****
set STRING = "-DHAS_STRING"
endif
! set x = `man strerr`
set STRERROR = "-DHAS_STRERROR"
--- 81,87 ----
set STRING = "-DHAS_STRING"
endif
! set x = `man strerror`
set STRERROR = "-DHAS_STRERROR"
***************
*** 119,124 ****
--- 119,125 ----
set MANDIR = "/usr/catman"
else
set MANDIR = "/usr/man"
+ endif
echo -n "Manual page installation directory ($MANDIR)? "
set x = $<
-Mike
More information about the Comp.sys.sgi
mailing list