]> Savannah Git Hosting - gnulib.git/commit
Ensure consistent effects of _LINUX_SOURCE_COMPAT.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Aug 2024 11:52:30 +0000 (13:52 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Aug 2024 11:52:30 +0000 (13:52 +0200)
commit34bd9be12b748f81ed0b568673e82a286a4f1c6f
treedb036fb0fcc473a6f5dbde3249de1fc0d4ac226c
parentcee2cccd0249103b246678699dd608b61e63ee02
Ensure consistent effects of _LINUX_SOURCE_COMPAT.

* modules/extensions (configure.ac-early): New section.
* m4/extensions-aix.m4: New file.
* modules/extensions-aix: New file.
* m4/errno_h.m4 (gl_HEADER_ERRNO_H): Require gl_USE_AIX_EXTENSIONS,
instead of defining _LINUX_SOURCE_COMPAT at this stage.
* m4/malloc.m4 (gl_FUNC_MALLOC_GNU): Likewise.
* m4/calloc.m4 (gl_FUNC_CALLOC_GNU): Likewise.
* m4/realloc.m4 (gl_FUNC_REALLOC_GNU): Likewise.
* m4/scandir.m4 (gl_FUNC_SCANDIR): Likewise.
* modules/errno (Depends-on): Add extensions-aix.
* modules/malloc-gnu (Depends-on): Likewise.
* modules/calloc-gnu (Depends-on): Likewise.
* modules/realloc-gnu (Depends-on): Likewise.
* modules/scandir (Depends-on): Likewise.
14 files changed:
ChangeLog
m4/calloc.m4
m4/errno_h.m4
m4/extensions-aix.m4 [new file with mode: 0644]
m4/malloc.m4
m4/realloc.m4
m4/scandir.m4
modules/calloc-gnu
modules/errno
modules/extensions
modules/extensions-aix [new file with mode: 0644]
modules/malloc-gnu
modules/realloc-gnu
modules/scandir