X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2FINSTALL.UTF-8;h=1479e9a85c90c021323707aaec3462c8cf945242;hb=bbfcd2f1a92c9bdbb8d7d7d0a8a8c6665c316747;hp=5d3e89de5838d720c407890085f1daa0697a2649;hpb=b9edd532da64403e0e017b8028c2f69ff1754126;p=gnulib.git diff --git a/doc/INSTALL.UTF-8 b/doc/INSTALL.UTF-8 index 5d3e89de5..1479e9a85 100644 --- a/doc/INSTALL.UTF-8 +++ b/doc/INSTALL.UTF-8 @@ -1,7 +1,7 @@ Installation Instructions ************************* -Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation, +Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, @@ -12,8 +12,8 @@ without warranty of any kind. Basic Installation ================== - Briefly, the shell commands ‘./configure; make; make install’ should -configure, build, and install this package. The following + Briefly, the shell command ‘./configure && make && make install’ +should configure, build, and install this package. The following more-detailed instructions are generic; see the ‘README’ file for instructions specific to this package. Some packages provide this ‘INSTALL’ file but do not implement all of the features documented @@ -124,7 +124,7 @@ architecture at a time in the source code directory. After you have installed the package for one architecture, use ‘make distclean’ before reconfiguring for another architecture. - On Mac OS X 10.5 and later systems, you can create libraries and + On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple ‘-arch’ options to the compiler but only a single ‘-arch’ option to the preprocessor. Like