]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Update comment.
authorGlenn Morris <rgm@gnu.org>
Tue, 25 Feb 2014 18:28:59 +0000 (13:28 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 25 Feb 2014 18:28:59 +0000 (13:28 -0500)
configure.ac

index 2d41488f0b5c03e7e15e484d7ae658d626be9616..6a31fcb1b2b9a9a45c5ae058b3e8bd3c4115d995 100644 (file)
@@ -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