regex: suppress core dumps from detection code
authorPádraig Brady <P@draigBrady.com>
Wed, 4 Dec 2013 12:11:40 +0000 (12:11 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 4 Dec 2013 12:13:58 +0000 (12:13 +0000)
commit51a2203392d4199bf79d97f50db1b10a29a4f2a1
tree1a567fd29bc673ada0aca5962266ee91deee7c82
parent8209e72bf20d2b582384e91fde65df4f848a3a04
regex: suppress core dumps from detection code

* m4/regex.m4 (gl_REGEX): Catch the SIGABRT and convert to SIGTERM
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.
ChangeLog
m4/regex.m4