diff options
| author | Paul Eggert | 2012-07-08 21:52:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-08 21:52:49 -0700 |
| commit | c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1 (patch) | |
| tree | 712790cc90ed29dda310c6b461ff3b6a7b04947d /README | |
| parent | f1f924b61976585c693f1f18445889ae891e2211 (diff) | |
| download | emacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.tar.gz emacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.zip | |
Rename configure.in to configure.ac.
Fixes: debbugs:11603
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -37,12 +37,12 @@ oddities of your processor and operating system. It creates the file | |||
| 37 | process of building and installing Emacs. See INSTALL for more | 37 | process of building and installing Emacs. See INSTALL for more |
| 38 | detailed information. | 38 | detailed information. |
| 39 | 39 | ||
| 40 | The file `configure.in' is the input used by the autoconf program to | 40 | The file `configure.ac' is the input used by the autoconf program to |
| 41 | construct the `configure' script. Since Emacs has some configuration | 41 | construct the `configure' script. Since Emacs has some configuration |
| 42 | requirements that autoconf can't meet directly, and for historical | 42 | requirements that autoconf can't meet directly, and for historical |
| 43 | reasons, `configure.in' uses an unholy marriage of custom-baked | 43 | reasons, `configure.ac' uses an unholy marriage of custom-baked |
| 44 | configuration code and autoconf macros. If you want to rebuild | 44 | configuration 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 |
| 46 | version of autoconf and GNU m4. | 46 | version of autoconf and GNU m4. |
| 47 | 47 | ||
| 48 | The file `Makefile.in' is a template used by `configure' to create | 48 | The file `Makefile.in' is a template used by `configure' to create |