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)
commita2eb92ef60dd05e9423948534ab483f7ffeb0647
treee6c0c1ce50adc7a7733137fdf1a307010cb5f279
parent4cf71a8c15b38ca98e8b6aef03fe64dfbba51492
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>
ChangeLog
m4/getopt.m4
modules/getopt-gnu