summaryrefslogtreecommitdiff
path: root/src/m/template.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-11 07:10:06 +0000
committerJim Blandy <jimb@redhat.com>1993-03-11 07:10:06 +0000
commit2f5166e3174404254650a7f195e2ddb7a44cd0c2 (patch)
tree0d97d7b3b1989058a426428d0db3953e3642e779 /src/m/template.h
parentcf9160850772f66f7ada9c12ec541b2901d278e0 (diff)
downloademacs-2f5166e3174404254650a7f195e2ddb7a44cd0c2.tar.gz
* m/template.h, s/template.h: Mention that `etc/MACHINES' and
`configure' should be updated whenever support for a configuration is added or improved.
Diffstat (limited to 'src/m/template.h')
-rw-r--r--src/m/template.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/m/template.h b/src/m/template.h
index b84f4e3a43c..fcf0b702758 100644
--- a/src/m/template.h
+++ b/src/m/template.h
@@ -117,3 +117,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
*/
#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. */