diff options
| author | Glenn Morris | 2010-05-17 19:59:15 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-17 19:59:15 -0700 |
| commit | 7b570c766f1125f96c095a75cb90ca26f264a377 (patch) | |
| tree | 6dc22626cbef6a7a615dd3effcbc52e548edb069 /src | |
| parent | 4f91d9c864810ec8873d77d20409261339b01e7c (diff) | |
| download | emacs-7b570c766f1125f96c095a75cb90ca26f264a377.tar.gz emacs-7b570c766f1125f96c095a75cb90ca26f264a377.zip | |
* src/[ms]/template.h: Comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/template.h | 7 | ||||
| -rw-r--r-- | src/s/template.h | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/src/m/template.h b/src/m/template.h index 9b8d2d63055..2807cd913ec 100644 --- a/src/m/template.h +++ b/src/m/template.h | |||
| @@ -69,11 +69,14 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 69 | reasonable place to select for it is in the machine description file. */ | 69 | reasonable place to select for it is in the machine description file. */ |
| 70 | #define NO_SOCK_SIGIO | 70 | #define NO_SOCK_SIGIO |
| 71 | 71 | ||
| 72 | /* After adding support for a new system, modify the large case | 72 | /* After adding support for a new machine, modify the large case |
| 73 | statement in the `configure' script to recognize reasonable | 73 | statement in configure.in to recognize reasonable |
| 74 | configuration names, and add a description of the system to | 74 | configuration names, and add a description of the system to |
| 75 | `etc/MACHINES'. | 75 | `etc/MACHINES'. |
| 76 | 76 | ||
| 77 | Check for any tests of $machine in configure.in, and add an entry | ||
| 78 | for the new machine if needed. | ||
| 79 | |||
| 77 | If you've just fixed a problem in an existing configuration file, | 80 | If you've just fixed a problem in an existing configuration file, |
| 78 | you should also check `etc/MACHINES' to make sure its descriptions | 81 | you should also check `etc/MACHINES' to make sure its descriptions |
| 79 | of known problems in that configuration should be updated. */ | 82 | of known problems in that configuration should be updated. */ |
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/>. */ | |||
| 133 | /* ============================================================ */ | 133 | /* ============================================================ */ |
| 134 | 134 | ||
| 135 | /* After adding support for a new system, modify the large case | 135 | /* After adding support for a new system, modify the large case |
| 136 | statement in the `configure' script to recognize reasonable | 136 | statement in configure.in to recognize reasonable |
| 137 | configuration names, and add a description of the system to | 137 | configuration names, and add a description of the system to |
| 138 | `etc/MACHINES'. | 138 | `etc/MACHINES'. |
| 139 | 139 | ||
| 140 | Check for any tests of $opsys in configure.in, and add an entry | ||
| 141 | for the new system if needed. | ||
| 142 | |||
| 140 | If you've just fixed a problem in an existing configuration file, | 143 | If you've just fixed a problem in an existing configuration file, |
| 141 | you should also check `etc/MACHINES' to make sure its descriptions | 144 | you should also check `etc/MACHINES' to make sure its descriptions |
| 142 | of known problems in that configuration should be updated. */ | 145 | of known problems in that configuration should be updated. */ |