md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / doc / INSTALL.UTF-8
index 5d3e89d..1479e9a 100644 (file)
@@ -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