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 /src | |
| parent | f1f924b61976585c693f1f18445889ae891e2211 (diff) | |
| download | emacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.tar.gz emacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.zip | |
Rename configure.in to configure.ac.
Fixes: debbugs:11603
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/template.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/s/template.h b/src/s/template.h index e3557aa191b..17c003a8df5 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -94,14 +94,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 94 | /* ============================================================ */ | 94 | /* ============================================================ */ |
| 95 | 95 | ||
| 96 | /* After adding support for a new system, modify the large case | 96 | /* After adding support for a new system, modify the large case |
| 97 | statement in configure.in to recognize reasonable | 97 | statement in configure.ac to recognize reasonable |
| 98 | configuration names, and add a description of the system to | 98 | configuration names, and add a description of the system to |
| 99 | `etc/MACHINES'. | 99 | `etc/MACHINES'. |
| 100 | 100 | ||
| 101 | Check for any tests of $opsys in configure.in, and add an entry | 101 | Check for any tests of $opsys in configure.ac, and add an entry |
| 102 | for the new system if needed. | 102 | for the new system if needed. |
| 103 | 103 | ||
| 104 | If you've just fixed a problem in an existing configuration file, | 104 | If you've just fixed a problem in an existing configuration file, |
| 105 | you should also check `etc/MACHINES' to make sure its descriptions | 105 | you should also check `etc/MACHINES' to make sure its descriptions |
| 106 | of known problems in that configuration should be updated. */ | 106 | of known problems in that configuration should be updated. */ |
| 107 | |||