X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=myconfig;h=c143aea6e8d5cd61dd7dd06a45fd2d4786076e5d;hb=75e14d17912ce8a35d5c2b04c0c6e30b903ab97f;hp=69035d5ab4559484d7fa0a0592e872e45b506286;hpb=3c81428c5fa001df0f0ac7d48bfc483afd5efff5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/myconfig b/myconfig index 69035d5..c143aea 100755 --- a/myconfig +++ b/myconfig @@ -2,7 +2,7 @@ # This script is designed to provide a handy summary of the configuration # information being used to build perl. This is especially useful if you -# are requesting help from comp.lang.perl on usenet or via mail. +# are requesting help from comp.lang.perl.misc on usenet or via mail. if test -f config.sh; then TOP=.; elif test -f ../config.sh; then TOP=..; @@ -15,27 +15,27 @@ fi . $TOP/config.sh # Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm. -# XXX Add d_sigaction (?) once it's defined. $spitshell <