summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-02-21 17:55:00 +0000
committerDave Love <fx@gnu.org>2001-02-21 17:55:00 +0000
commit22da4891b3adea7a8ca8e3e2c39a43b64a446cc1 (patch)
tree9fd8383db8175dad87a65eb6fd433bc622ae5294 /README
parent0683e818456f2e69446145f1fad9906abaad1c7f (diff)
downloademacs-22da4891b3adea7a8ca8e3e2c39a43b64a446cc1.tar.gz
Amend autoconf/configure stuff.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 6 insertions, 9 deletions
diff --git a/README b/README
index 8739720e9b8..3d0268512e3 100644
--- a/README
+++ b/README
@@ -33,15 +33,12 @@ process of building and installing Emacs. See INSTALL for more
detailed information.
The file `configure.in' is the input used by the autoconf program to
-construct the `configure' script. Since Emacs has configuration
-requirements that autoconf can't meet, `configure.in' uses an unholy
-marriage of custom-baked configuration code and autoconf macros; it
-may be wise to avoid rebuilding `configure' from `configure.in' when
-possible.
-
-If you do want to rebuild `configure' from `configure.in', you will
-need to install autoconf and GNU m4 (the version of m4 supplied with
-your system might not be enough).
+construct the `configure' script. Since Emacs has some configuration
+requirements that autoconf can't meet directly, and for historical
+reasons, `configure.in' uses an unholy marriage of custom-baked
+configuration code and autoconf macros. If you want to rebuild
+`configure' from `configure.in', you will need to install a recent
+version of autoconf and GNU m4.
The file `Makefile.in' is a template used by `configure' to create
`Makefile'.