* src/[ms]/template.h: Comments.
authorGlenn Morris <rgm@gnu.org>
Tue, 18 May 2010 02:59:15 +0000 (19:59 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 18 May 2010 02:59:15 +0000 (19:59 -0700)
src/m/template.h
src/s/template.h

index 9b8d2d6..2807cd9 100644 (file)
@@ -69,11 +69,14 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    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.  */
index 16df030..f355d67 100644 (file)
@@ -133,10 +133,13 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* ============================================================ */
 
 /* 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.  */