home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / utils / bug / 2370 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1007 b   |  36 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ere.umontreal.CA!gaumondp
  3. From: gaumondp@ere.umontreal.CA (Gaumond Pierre)
  4. Subject: m4 1.0.3 installation
  5. Message-ID: <9301112032.AA24015@eole.ERE.UMontreal.CA>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 11 Jan 1993 20:32:57 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 23
  12.  
  13. With m4 version 1.0.3, it is not possible to install m4 where we want. Here
  14. is the patch to fix it.
  15.  
  16. % diff -u Makefile.in-dist Makefile.in
  17. --- Makefile.in-dist    Mon Jan 11 15:05:58 1993
  18. +++ Makefile.in    Mon Jan 11 15:06:42 1993
  19. @@ -39,7 +39,7 @@
  20.  LIBS = @LIBS@
  21.  LIBOBJS = @LIBOBJS@
  22.  
  23. -prefix = /usr/local
  24. +prefix = @prefix@
  25.  binprefix = 
  26.  exec_prefix = $(prefix)
  27.  bindir = $(exec_prefix)/bin
  28.  
  29. --
  30. Pierre Gaumond.        gaumondp@ERE.UMontreal.CA
  31. Services Informatiques, Universite de Montreal. 
  32. C.P. 6128, Succursale "A", Montreal,            
  33. Quebec, Canada.   H3C 3J7                       
  34.  
  35.  
  36.