[comp.sys.sgi] Patches to GenMake 1.1 config script...

sweetmr@sct60a.sunyct.EDU (michael sweet) (05/07/91)

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