aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/template.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/s/template.h b/src/s/template.h
index e3557aa191b..17c003a8df5 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -94,14 +94,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
94/* ============================================================ */ 94/* ============================================================ */
95 95
96/* After adding support for a new system, modify the large case 96/* After adding support for a new system, modify the large case
97 statement in configure.in to recognize reasonable 97 statement in configure.ac to recognize reasonable
98 configuration names, and add a description of the system to 98 configuration names, and add a description of the system to
99 `etc/MACHINES'. 99 `etc/MACHINES'.
100 100
101 Check for any tests of $opsys in configure.in, and add an entry 101 Check for any tests of $opsys in configure.ac, and add an entry
102 for the new system if needed. 102 for the new system if needed.
103 103
104 If you've just fixed a problem in an existing configuration file, 104 If you've just fixed a problem in an existing configuration file,
105 you should also check `etc/MACHINES' to make sure its descriptions 105 you should also check `etc/MACHINES' to make sure its descriptions
106 of known problems in that configuration should be updated. */ 106 of known problems in that configuration should be updated. */
107