view modules/posixcheck @ 39762:f660face7d48

New module 'posixcheck'. * modules/posixcheck: New file. * m4/posixcheck.m4: New file. * doc/gnulib-tool.texi (Finding POSIX substitutes): New section. (Which modules?): Reference it.
author Bruno Haible <bruno@clisp.org>
date Sat, 04 Aug 2018 17:25:57 +0200
parents
children 6c17027f371b
line wrap: on
line source

Description:
Enable warnings for determining which Gnulib modules to use,
for portability of POSIX functions.

Files:
m4/posixcheck.m4

Depends-on:
# All modules that depend on 'snippet/warn-on-use'.
arpa_inet
ctype
dirent
fcntl-h
iconv-h
inttypes-incomplete
langinfo
locale
math
monetary
netdb
poll-h
pty
search
signal-h
spawn
stdio
stdlib
string
strings
sys_file
sys_ioctl
sys_resource
sys_select
sys_socket
sys_stat
sys_time
sys_times
sys_utsname
sys_wait
termios
time
unistd
utime-h
wchar
wctype-h

configure.ac:
gl_POSIXCHECK

Makefile.am:

Include:

License:
LGPLv2+

Maintainer:
Bruno Haible