Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!uunet!stanford.edu!agate!ucbvax!sct60a.sunyct.EDU!sweetmr From: sweetmr@sct60a.sunyct.EDU (michael sweet) Newsgroups: comp.sys.sgi Subject: Patches to GenMake 1.1 config script... Message-ID: <28141.on.Tue,.7.May.91.07:37:02.EDT.@sct60a.sunyct.edu> Date: 7 May 91 11:37:02 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 37 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