getopt-gnu: suppress core dumps from detection code
authorPádraig Brady <P@draigBrady.com>
Tue, 19 Jul 2011 16:22:49 +0000 (17:22 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 19 Jul 2011 17:47:38 +0000 (18:47 +0100)
* 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>

No differences found