]> Savannah Git Hosting - gnulib.git/commitdiff
maint: fix misspelling of MINIX in ChangeLog
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Feb 2013 15:26:45 +0000 (07:26 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Feb 2013 15:26:45 +0000 (07:26 -0800)
ChangeLog

index 5439c05cbda185bb54952d1e7367bc3ff295fae7..aee376524c8b8047cb7b97b8d0ee4a65ac77db62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2013-02-06  Paul Eggert  <eggert@cs.ucla.edu>
 
-       extensions: port better to MINUX 3, HP-UX, autoheader 2.62
+       extensions: port better to MINIX 3, HP-UX, autoheader 2.62
        Some of these changes are merged in from git Autoconf.
        * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS):
        When deciding whether to define _XOPEN_SOURCE, inspect the
        preprocessor macro __hpux instead of the more-heavyweight
        operation of requiring AC_CANONICAL_HOST.  Define _NETBSD_HOST on
-       MINUX, for MINUX 3.  Use USE_SYSTEM_EXTENSIONS, not __EXTENSIONS__,
+       MINIX, for MINIX 3.  Use USE_SYSTEM_EXTENSIONS, not __EXTENSIONS__,
        as the key for __EXTENSIONS__.
 
        unistd: avoid namespace pollution on non-glibc systems