diff options
author | Glenn Morris <rgm@gnu.org> | 2010-05-17 19:59:15 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-05-17 19:59:15 -0700 |
commit | 7b570c766f1125f96c095a75cb90ca26f264a377 (patch) | |
tree | 6dc22626cbef6a7a615dd3effcbc52e548edb069 /src/s | |
parent | 4f91d9c864810ec8873d77d20409261339b01e7c (diff) | |
download | emacs-7b570c766f1125f96c095a75cb90ca26f264a377.tar.gz |
* src/[ms]/template.h: Comments.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/template.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/s/template.h b/src/s/template.h index 16df03092d2..f355d67b8c6 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -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. */ |