Since Configure does the signal name/number probe with awk
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 14 Mar 2003 10:27:46 +0000 (10:27 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 14 Mar 2003 10:27:46 +0000 (10:27 +0000)
commit1ebe1ffb9f7224169b56987a97b5b55fdea8bef9
tree9c8ee831ddee40f370b187936bc9aaceef2d97b8
parent10305dfa3448e78431707a1c294aca0c3710b447
Since Configure does the signal name/number probe with awk
based on the cpp results (not by really running code), testing
for the signum value is not really helpful if we have runtime
function calls (some signal numbers are dynamic, for example)
(or other extra stuff where the signum value is expected).
(Runtimeness also means that Configure cannot get these right,
anyway.) Better filter in just the constant non-negative numbers.

p4raw-id: //depot/perl@18973
Configure