Diff for /gforth/INSTALL between versions 1.13 and 1.14

version 1.13, 1995/11/24 18:05:31 version 1.14, 1995/11/27 18:37:06
Line 4  First, type Line 4  First, type
   
 ./configure  ./configure
   
   or better
   
   CC=gcc ./configure
   
   or however your gcc is called; because configure needs cc to find out some
   parameters, and there may be differences in what is obtained from gcc and
   from ghe default cc.
   
 configure has the following useful parameters:  configure has the following useful parameters:
   --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
                           [default: /usr/local]                            [default: /usr/local]

Removed from v.1.13  
changed lines
  Added in v.1.14


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>