diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-08 21:52:49 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-08 21:52:49 -0700 |
commit | c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1 (patch) | |
tree | 712790cc90ed29dda310c6b461ff3b6a7b04947d /INSTALL | |
parent | f1f924b61976585c693f1f18445889ae891e2211 (diff) |
Rename configure.in to configure.ac.
Fixes: debbugs:11603
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -683,9 +683,9 @@ changing the s/*.h and m/*.h files. corresponding `Makefile.in' files. This isn't so hard, just a matter of editing in appropriate substitutions for the @...@ constructs. -The `configure' script is built from `configure.in' by the `autoconf' +The `configure' script is built from `configure.ac' by the `autoconf' program. You need at least the version of autoconf specified in the -AC_PREREQ(...) command to rebuild `configure' from `configure.in'. +AC_PREREQ(...) command to rebuild `configure' from `configure.ac'. BUILDING GNU EMACS BY HAND |