* m/template.h, s/template.h: Mention that `etc/MACHINES' and
authorJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:10:06 +0000 (07:10 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:10:06 +0000 (07:10 +0000)
`configure' should be updated whenever support for a configuration
is added or improved.

src/m/template.h
src/s/template.h

index b84f4e3..fcf0b70 100644 (file)
@@ -117,3 +117,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  */
 
 #define NO_SOCK_SIGIO
+
+\f
+/* 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.  */
index adc4bef..9f5cbe7 100644 (file)
@@ -164,3 +164,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    Note that emacs carefully avoids static vars inside functions.  */
 
 /* #define static */
+
+\f
+
+/* 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.  */