diff options
| author | Jim Blandy | 1993-03-11 07:10:06 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-11 07:10:06 +0000 |
| commit | 00b1a5fb2225a770eaf0744342bfcd5791277ec4 (patch) | |
| tree | ac4ce310be6ca470cf50bb237970b8ffd056afb5 /src/m | |
| parent | 399c3df8eb2a137a35ae4ccba7dbdb3451d11cda (diff) | |
| download | emacs-00b1a5fb2225a770eaf0744342bfcd5791277ec4.tar.gz emacs-00b1a5fb2225a770eaf0744342bfcd5791277ec4.zip | |
* m/template.h, s/template.h: Mention that `etc/MACHINES' and
`configure' should be updated whenever support for a configuration
is added or improved.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/template.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/m/template.h b/src/m/template.h index b84f4e3a43c..fcf0b702758 100644 --- a/src/m/template.h +++ b/src/m/template.h | |||
| @@ -117,3 +117,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 117 | */ | 117 | */ |
| 118 | 118 | ||
| 119 | #define NO_SOCK_SIGIO | 119 | #define NO_SOCK_SIGIO |
| 120 | |||
| 121 | |||
| 122 | /* After adding support for a new system, modify the large case | ||
| 123 | statement in the `configure' script to recognize reasonable | ||
| 124 | configuration names, and add a description of the system to | ||
| 125 | `etc/MACHINES'. | ||
| 126 | |||
| 127 | If you've just fixed a problem in an existing configuration file, | ||
| 128 | you should also check `etc/MACHINES' to make sure its descriptions | ||
| 129 | of known problems in that configuration should be updated. */ | ||