Hash :
a2eb92ef
Author :
Date :
2011-07-19T17:22:49
getopt-gnu: suppress core dumps from detection code * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Use the nocrash module to suppress core dumps that may well occur on glibc systems. These core dumps might not be cleaned up automatically, or could trigger some system core dump handling logic. * modules/getopt-gnu: Depend on nocrash. Signed-off-by: Pádraig Brady <P@draigBrady.com>
Description:
GNU-like getopt() function, getopt_long() function, getopt_long_only() function:
process command line arguments.
Files:
Depends-on:
nocrash
getopt-posix
configure.ac:
gl_FUNC_GETOPT_GNU
if test $REPLACE_GETOPT = 1; then
AC_LIBOBJ([getopt])
AC_LIBOBJ([getopt1])
gl_PREREQ_GETOPT
fi
gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
Makefile.am:
Include:
<getopt.h>
License:
LGPLv2+
Maintainer:
all, glibc