Mercurial > emacs
changeset 108639:cfaca963d899
* src/[ms]/template.h: Comments.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 17 May 2010 19:59:15 -0700 |
parents | 08c1b90a24ee |
children | 0b7cdd98b42f |
files | src/m/template.h src/s/template.h |
diffstat | 2 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/template.h Mon May 17 19:54:25 2010 -0700 +++ b/src/m/template.h Mon May 17 19:59:15 2010 -0700 @@ -69,11 +69,14 @@ reasonable place to select for it is in the machine description file. */ #define NO_SOCK_SIGIO -/* After adding support for a new system, modify the large case - statement in the `configure' script to recognize reasonable +/* After adding support for a new machine, modify the large case + statement in configure.in to recognize reasonable configuration names, and add a description of the system to `etc/MACHINES'. + Check for any tests of $machine in configure.in, and add an entry + for the new machine if needed. + If you've just fixed a problem in an existing configuration file, you should also check `etc/MACHINES' to make sure its descriptions of known problems in that configuration should be updated. */
--- a/src/s/template.h Mon May 17 19:54:25 2010 -0700 +++ b/src/s/template.h Mon May 17 19:59:15 2010 -0700 @@ -133,10 +133,13 @@ /* ============================================================ */ /* After adding support for a new system, modify the large case - statement in the `configure' script to recognize reasonable + statement in configure.in to recognize reasonable configuration names, and add a description of the system to `etc/MACHINES'. + Check for any tests of $opsys in configure.in, and add an entry + for the new system if needed. + If you've just fixed a problem in an existing configuration file, you should also check `etc/MACHINES' to make sure its descriptions of known problems in that configuration should be updated. */