Mercurial > emacs
changeset 2114:d14a85e43f27
* m/template.h, s/template.h: Mention that `etc/MACHINES' and
`configure' should be updated whenever support for a configuration
is added or improved.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 11 Mar 1993 07:10:06 +0000 |
parents | 525be9535652 |
children | 9b403531a607 |
files | src/m/template.h src/s/template.h |
diffstat | 2 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/template.h Thu Mar 11 07:08:47 1993 +0000 +++ b/src/m/template.h Thu Mar 11 07:10:06 1993 +0000 @@ -117,3 +117,13 @@ */ #define NO_SOCK_SIGIO + + +/* After adding support for a new system, modify the large case + statement in the `configure' script to recognize reasonable + configuration names, and add a description of the system to + `etc/MACHINES'. + + 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 Thu Mar 11 07:08:47 1993 +0000 +++ b/src/s/template.h Thu Mar 11 07:10:06 1993 +0000 @@ -164,3 +164,14 @@ Note that emacs carefully avoids static vars inside functions. */ /* #define static */ + + + +/* After adding support for a new system, modify the large case + statement in the `configure' script to recognize reasonable + configuration names, and add a description of the system to + `etc/MACHINES'. + + 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. */