aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPaul Eggert2012-07-08 21:52:49 -0700
committerPaul Eggert2012-07-08 21:52:49 -0700
commitc4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1 (patch)
tree712790cc90ed29dda310c6b461ff3b6a7b04947d /README
parentf1f924b61976585c693f1f18445889ae891e2211 (diff)
downloademacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.tar.gz
emacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.zip
Rename configure.in to configure.ac.
Fixes: debbugs:11603
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 4e1a4c4556f..de4ee24fc5e 100644
--- a/README
+++ b/README
@@ -37,12 +37,12 @@ oddities of your processor and operating system. It creates the file
37process of building and installing Emacs. See INSTALL for more 37process of building and installing Emacs. See INSTALL for more
38detailed information. 38detailed information.
39 39
40The file `configure.in' is the input used by the autoconf program to 40The file `configure.ac' is the input used by the autoconf program to
41construct the `configure' script. Since Emacs has some configuration 41construct the `configure' script. Since Emacs has some configuration
42requirements that autoconf can't meet directly, and for historical 42requirements that autoconf can't meet directly, and for historical
43reasons, `configure.in' uses an unholy marriage of custom-baked 43reasons, `configure.ac' uses an unholy marriage of custom-baked
44configuration code and autoconf macros. If you want to rebuild 44configuration code and autoconf macros. If you want to rebuild
45`configure' from `configure.in', you will need to install a recent 45`configure' from `configure.ac', you will need to install a recent
46version of autoconf and GNU m4. 46version of autoconf and GNU m4.
47 47
48The file `Makefile.in' is a template used by `configure' to create 48The file `Makefile.in' is a template used by `configure' to create