diff options
author | Glenn Morris <rgm@gnu.org> | 2014-02-25 13:28:59 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-02-25 13:28:59 -0500 |
commit | 7a7f5ccec54fad5c1e3df1dde9158d8f2e6ee1a7 (patch) | |
tree | 94960acb98356332cd27bc727b97e0c1c2be0812 /configure.ac | |
parent | 4ff933dd26228b54603393fa0aff17a9a945b9b2 (diff) | |
download | emacs-7a7f5ccec54fad5c1e3df1dde9158d8f2e6ee1a7.tar.gz |
* configure.ac: Update comment.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 2d41488f0b5..6a31fcb1b2b 100644 --- a/configure.ac +++ b/configure.ac @@ -468,14 +468,8 @@ dnl quotation begins ### If you add support for a new configuration, add code to this ### switch statement to recognize your configuration name and select -### the appropriate operating system file. - -### You would hope that you could choose an s/*.h -### file based on the operating system portion. However, it turns out -### that each s/*.h file is pretty manufacturer-specific. -### So we basically have to have a special case for each -### configuration name. -### +### the appropriate opsys. + ### As far as handling version numbers on operating systems is ### concerned, make sure things will fail in a fixable way. If ### /etc/MACHINES doesn't say anything about version numbers, be |