]> code.delx.au - gnu-emacs/blobdiff - INSTALL
* tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
[gnu-emacs] / INSTALL
diff --git a/INSTALL b/INSTALL
index f0cf5d68db0048ba29be2a241e688cf96dd9498c..ec19e49b26021f2666d03070f6b9c81147f77fcb 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
 GNU Emacs Installation Guide
-Copyright (C) 1992, 1994, 1996-1997, 2000-2012
+Copyright (C) 1992, 1994, 1996-1997, 2000-2013
   Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
@@ -695,9 +695,9 @@ running the `configure' program, you have to perform the following steps.
 corresponding `Makefile.in' files.  This isn't so hard, just a matter
 of editing in appropriate substitutions for the @...@ constructs.
 
-The `configure' script is built from `configure.ac' by the `autoconf'
-program.  You need at least the version of autoconf specified in the
-AC_PREREQ(...) command to rebuild `configure' from `configure.ac'.
+The `configure' script is built from `configure.ac' by the
+`autogen.sh' script, which checks that `autoconf' and other build
+tools are sufficiently up to date and then runs the build tools.
 
 BUILDING GNU EMACS BY HAND