# HG changeset patch # User Jim Blandy # Date 731833806 0 # Node ID d14a85e43f27eab3bd68a7865940fd76bb2366fe # Parent 525be9535652e9e3f43875ea37909a46b6202825 * m/template.h, s/template.h: Mention that `etc/MACHINES' and `configure' should be updated whenever support for a configuration is added or improved. diff -r 525be9535652 -r d14a85e43f27 src/m/template.h --- 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. */ diff -r 525be9535652 -r d14a85e43f27 src/s/template.h --- 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. */