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/m | |
| parent | 4f91d9c864810ec8873d77d20409261339b01e7c (diff) | |
| download | emacs-7b570c766f1125f96c095a75cb90ca26f264a377.tar.gz emacs-7b570c766f1125f96c095a75cb90ca26f264a377.zip | |
* src/[ms]/template.h: Comments.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/template.h | 7 |
1 files changed, 5 insertions, 2 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. */ |