INSTALL.UNIX   INSTALL.UNIX 
skipping to change at line 33 skipping to change at line 33
It is also fine to have GNU Make under another name (e.g. 'gmake') It is also fine to have GNU Make under another name (e.g. 'gmake')
if you use the GNUMAKE variable as described below. if you use the GNUMAKE variable as described below.
As a special exception, 'makepp' can also be used to build As a special exception, 'makepp' can also be used to build
FreeType 2. See the file docs/MAKEPP for details. FreeType 2. See the file docs/MAKEPP for details.
2. Regenerate the configure script if needed 2. Regenerate the configure script if needed
-------------------------------------------- --------------------------------------------
This only applies if you are building a CVS snapshot or checkout, This only applies if you are building a git snapshot or checkout,
*not* if you grabbed the sources of an official release. *not* if you grabbed the sources of an official release.
You need to invoke the `autogen.sh' script in the top-level You need to invoke the `autogen.sh' script in the top-level
directory in order to create the `configure' script for your directory in order to create the `configure' script for your
platform. Normally, this simply means typing: platform. Normally, this simply means typing:
sh autogen.sh sh autogen.sh
In case of problems, you may need to install or upgrade Automake, In case of problems, you may need to install or upgrade Automake,
Autoconf or Libtool. See README.CVS in the top-level directory Autoconf or Libtool. See README.git in the top-level directory
for more information. for more information.
3. Build and install the library 3. Build and install the library
-------------------------------- --------------------------------
The following should work on all Unix systems where the `make' The following should work on all Unix systems where the `make'
command invokes GNU Make: command invokes GNU Make:
./configure [options] ./configure [options]
make make
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/