Centralize all system extensions checks.
commit6add6e92a6136865763edddb9946a8d2469153bb
authorEric Blake <ebb9@byu.net>
Tue, 11 Sep 2007 17:13:13 +0000 (11 17:13 +0000)
committerEric Blake <ebb9@byu.net>
Tue, 11 Sep 2007 17:13:13 +0000 (11 17:13 +0000)
tree44d5b8c83eb76e7be0f15355708016443c782111
parent1579d78cda5ec19f81f093753e0290dfbb613b0d
Centralize all system extensions checks.
* lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Inline code
from AC_AIX, AC_GNU_SOURCE, AC_MINIX.  Add Interix support.
(AC_AIX, AC_GNU_SOURCE, AC_MINIX): Obsolete, and point to
AC_USE_SYSTEM_EXTENSIONS.
(AC_ISC_POSIX): Obsolete, and point to AC_SEARCH_LIBS.
(AC_XENIX_DIR, AC_IRIX_SUN): Promote proper quoting in AU_DEFUN.
* doc/autoconf.texi (Posix Variants): Reword this section,
emphasizing that AC_USE_SYSTEM_EXTENSIONS is the preferred method,
rather than a series of system-specific checks.
(Obsolete Macros): Add AC_AIX, AC_GNU_SOURCE, AC_ISC_POSIX,
AC_MINIX.
* NEWS: Document this change.
* THANKS: Update.
Reported by Martin Koeppe.
ChangeLog
NEWS
THANKS
doc/autoconf.texi
lib/autoconf/specific.m4