home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ere.umontreal.CA!gaumondp
- From: gaumondp@ere.umontreal.CA (Gaumond Pierre)
- Subject: m4 1.0.3 installation
- Message-ID: <9301112032.AA24015@eole.ERE.UMontreal.CA>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Mon, 11 Jan 1993 20:32:57 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 23
-
- With m4 version 1.0.3, it is not possible to install m4 where we want. Here
- is the patch to fix it.
-
- % diff -u Makefile.in-dist Makefile.in
- --- Makefile.in-dist Mon Jan 11 15:05:58 1993
- +++ Makefile.in Mon Jan 11 15:06:42 1993
- @@ -39,7 +39,7 @@
- LIBS = @LIBS@
- LIBOBJS = @LIBOBJS@
-
- -prefix = /usr/local
- +prefix = @prefix@
- binprefix =
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
-
- --
- Pierre Gaumond. gaumondp@ERE.UMontreal.CA
- Services Informatiques, Universite de Montreal.
- C.P. 6128, Succursale "A", Montreal,
- Quebec, Canada. H3C 3J7
-
-
-