# HG changeset patch # User Dave Love # Date 982778100 0 # Node ID 475b449e3903b48918075bf779fccf2939a1f2d8 # Parent 6abfaee147b1cc122b2251311ea2074d5a7d1ff3 Amend autoconf/configure stuff. diff -r 6abfaee147b1 -r 475b449e3903 README --- a/README Wed Feb 21 17:46:30 2001 +0000 +++ b/README Wed Feb 21 17:55:00 2001 +0000 @@ -33,15 +33,12 @@ 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'.