aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-10-15 00:03:28 -0700
committerGlenn Morris2014-10-15 00:03:28 -0700
commit0b298692909debe108be77e9d357b49816bafb16 (patch)
tree95c37da988278c74066d03ff00384149a5b88c8e
parent83e1e4d26078d2b9ec773fd5cc9fc0ea01d9d690 (diff)
downloademacs-0b298692909debe108be77e9d357b49816bafb16.tar.gz
emacs-0b298692909debe108be77e9d357b49816bafb16.zip
* README: Remove some unnecessary detail.
-rw-r--r--README5
1 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
index 6c83c75bee3..ad412c4fb86 100644
--- a/README
+++ b/README
@@ -39,10 +39,7 @@ process of building and installing Emacs. See INSTALL for more
39detailed information. 39detailed information.
40 40
41The file `configure.ac' is the input used by the autoconf program to 41The file `configure.ac' is the input used by the autoconf program to
42construct the `configure' script. Since Emacs has some configuration 42construct the `configure' script.
43requirements that autoconf can't meet directly, and for historical
44reasons, `configure.ac' uses an unholy marriage of custom-baked
45configuration code and autoconf macros.
46 43
47The shell script `autogen.sh' generates 'configure' and other files by 44The shell script `autogen.sh' generates 'configure' and other files by
48running the GNU build tools autoconf and automake, which in turn use 45running the GNU build tools autoconf and automake, which in turn use