Changes between Version 1 and Version 2 of sys-devel/autoconf
- Timestamp:
- 08/29/07 08:20:42 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sys-devel/autoconf
v1 v2 24 24 25 25 As I understand it, the SIGCHLD signal should be set to SIG_DFL (default). However, it is set to SIG_IGN (ignore). Checking the POSIX standard, the default for SIGCHLD is to ignore. So it's basically correct. Still, Perl warns and consequently most autoconf tests fail. 26 27 When suppressing the output of this warning (in Perl's perl.c), none of the tests fail.
