| line |
l |
!l&&r |
!l&&!r |
condition |
|
10
|
0 |
1 |
0 |
$ENV{'AUTOM4TE'} ||= "File::Spec"->catfile($dist_dir, "bin/autom4te") |
|
11
|
0 |
1 |
0 |
$ENV{'autom4te_perllibdir'} ||= "File::Spec"->catdir($dist_dir, "share/autoconf") |
|
12
|
0 |
1 |
0 |
$ENV{'AC_MACRODIR'} ||= "File::Spec"->catdir($dist_dir, "share/autoconf") |
|
13
|
0 |
1 |
0 |
$ENV{'AUTOCONF'} ||= "File::Spec"->catfile($dist_dir, "bin/autoconf") |
|
14
|
0 |
1 |
0 |
$ENV{'AUTOHEADER'} ||= "File::Spec"->catfile($dist_dir, "bin/autoheader") |
|
15
|
0 |
1 |
0 |
$ENV{'AUTOM4TE_CFG'} ||= "File::Spec"->catfile($dist_dir, "share/autoconf/autom4te.blib.cfg") |
|
17
|
0 |
1 |
0 |
$ENV{'trailer_m4'} ||= "File::Spec"->catdir($dist_dir, "share/autoconf/autoconf/trailer.m4") |
|
201
|
0 |
0 |
0 |
/^\s*$/ or /^\s*\#/ |
|
238
|
0 |
0 |
0 |
$where ||= "$File::Find::name:$." |
|
239
|
0 |
0 |
0 |
$kind eq "library" and not $word =~ /^(e|inks)$/ or defined $macro{$kind}{$word} |
|
300
|
0 |
0 |
0 |
$word eq "defined" or not $word =~ /^[a-zA-Z_]/ |
|
413
|
0 |
0 |
0 |
-f "$_/configure.in" || -f "$_/configure.ac" || -f "$_/configure.gnu" || -f "$_/configure" |
|
422
|
0 |
0 |
0 |
/^((?:GNUm|M|m)akefile)(\.in)?$/ and not -f "$1.am" or /^(?:GNUm|M|m)akefile(\.am)?$/ |