mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
Go back to using “POSIX” not “Posix”
In my Mon Oct 11 20:21:33 2004 +0000 commit when I standardized the spelling of various acronyms in documentation and comments I spelled it “Posix”. However, it seems that “POSIX” has won out in practice (including my own practice!), so let’s change it back to “POSIX”.
This commit is contained in:
parent
85b81c91fc
commit
c40517146a
6
NEWS
6
NEWS
@ -1432,8 +1432,8 @@ GNU Autoconf NEWS - User visible changes.
|
||||
|
||||
Released 2006-06-23, by Ralf Wildenhues.
|
||||
|
||||
** Autoconf no longer depends on whether m4wrap is FIFO (as Posix requires)
|
||||
or LIFO (as in GNU M4 1.4.x). GNU M4 2.0 is expected to conform to Posix
|
||||
** Autoconf no longer depends on whether m4wrap is FIFO (as POSIX requires)
|
||||
or LIFO (as in GNU M4 1.4.x). GNU M4 2.0 is expected to conform to POSIX
|
||||
here, so m4wrap/m4_wrap users should no longer depend on LIFO behavior.
|
||||
|
||||
** Provide a way to turn off warnings about the changed directory variables.
|
||||
@ -1601,7 +1601,7 @@ GNU Autoconf NEWS - User visible changes.
|
||||
New macros to check for C99 and POSIX types.
|
||||
|
||||
** AC_USE_SYSTEM_EXTENSIONS
|
||||
New macro to enable extensions to Posix.
|
||||
New macro to enable extensions to POSIX.
|
||||
|
||||
** AH_HEADER
|
||||
New macro which is defined to the name of the first declared config header
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -651,7 +651,7 @@ fi
|
||||
# - ARGC [zsh]
|
||||
# - BASH_ARGC [bash]
|
||||
# - BASH_ARGV [bash]
|
||||
# - LINENO [Posix]
|
||||
# - LINENO [POSIX]
|
||||
# - _AST_FEATURES [ksh93]
|
||||
# - Optionally, variables that are expected to vary in a particular test.
|
||||
# This is controlled by the EXTRA-VARIANCE argument, which is a
|
||||
|
Loading…
Reference in New Issue
Block a user