]> git.ipfire.org Git - thirdparty/automake.git/commit
test defs: work around weird ksh behaviour w.r.t. signal handling
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 12 Sep 2011 23:01:46 +0000 (01:01 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 13 Sep 2011 08:07:16 +0000 (10:07 +0200)
commit6321ad3100fc6a4af0c7c22463ce94bc5c76a493
tree2612e397ebfa360fc5c9dc0cf5139ddd5f52266f
parentf931b8204aaef964731a49c6b03350dfa9b6a52d
test defs: work around weird ksh behaviour w.r.t. signal handling

* tests/defs (is_blocked_signal): Use perl to determine whether a
signal is trapped, since trying to do it portably within the shell
means opening a nasty can of worms.

For more information and background, see:
 <http://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
 <http://mail.opensolaris.org/pipermail/ksh93-integration-discuss/2009-February/004121.html>
 <http://www.cons.org/cracauer/sigint.html>
ChangeLog
tests/defs