| line |
!l |
l&&!r |
l&&r |
condition |
|
15
|
0 |
0 |
1 |
$d[-5] eq "lib" and $d[-6] eq "blib" |
|
197
|
0 |
0 |
0 |
$main::verbose and $main::debug |
|
393
|
0 |
0 |
0 |
-e $dest and not our_aux_file_is_newer($dest, $src) |
|
414
|
0 |
0 |
0 |
-e $dest and not -f $dest |
|
538
|
0 |
0 |
0 |
defined $_ and /generated.*by aclocal/ |
|
544
|
0 |
0 |
0 |
$uses_aclocal and -f "Makefile.am" |
|
644
|
0 |
0 |
0 |
$macro eq "AC_CONFIG_SUBDIRS" and $recursive |
|
669
|
0 |
0 |
0 |
$uses_gettext_via_traces and not $uses_gettext |
|
673
|
0 |
0 |
0 |
$uses_gettext and not $uses_gettext_via_traces |
|
689
|
0 |
0 |
0 |
$install and defined $aux_dir |
|
|
0 |
0 |
0 |
$install and defined $aux_dir and not -d $aux_dir |
|
833
|
0 |
0 |
0 |
$install and $main::force |
|
839
|
0 |
0 |
0 |
$install and not $main::force |
|
850
|
0 |
0 |
0 |
not $install and $uses_automake || $uses_libtool || $uses_intltool || $uses_gtkdoc || can_install_aux_files(@missing_aux_files) |
| line |
l |
!l |
condition |
|
52
|
1 |
0 |
$ENV{'autom4te_perllibdir'} || '/usr/local/lib/perl5/site_perl/5.42.0/x86_64-linux/auto/share/dist/Alien-autoconf/share/autoconf' |
|
136
|
1 |
0 |
$ENV{'AUTOCONF'} || '/usr/local/lib/perl5/site_perl/5.42.0/x86_64-linux/auto/share/dist/Alien-autoconf/bin/autoconf' |
|
137
|
1 |
0 |
$ENV{'AUTOHEADER'} || '/usr/local/lib/perl5/site_perl/5.42.0/x86_64-linux/auto/share/dist/Alien-autoconf/bin/autoheader' |
|
138
|
1 |
0 |
$ENV{'AUTOM4TE'} || '/usr/local/lib/perl5/site_perl/5.42.0/x86_64-linux/auto/share/dist/Alien-autoconf/bin/autom4te' |
|
139
|
0 |
1 |
$ENV{'AUTOMAKE'} || 'automake' |
|
140
|
0 |
1 |
$ENV{'ACLOCAL'} || 'aclocal' |
|
141
|
0 |
1 |
$ENV{'LIBTOOLIZE'} || 'libtoolize' |
|
142
|
0 |
1 |
$ENV{'INTLTOOLIZE'} || 'intltoolize' |
|
143
|
0 |
1 |
$ENV{'GTKDOCIZE'} || 'gtkdocize' |
|
144
|
0 |
1 |
$ENV{'AUTOPOINT'} || 'autopoint' |
|
145
|
0 |
1 |
$ENV{'MAKE'} || 'make' |
|
644
|
0 |
0 |
$args[0] || '' |
|
833
|
0 |
0 |
$aux_dir || '.' |
|
839
|
0 |
0 |
$aux_dir || '.' |
| 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") |
|
55
|
0 |
1 |
0 |
$ENV{'autom4te_buildauxdir'} || $pkgdatadir . '/build-aux' |
|
244
|
0 |
0 |
0 |
$main::verbose > 1 or $main::debug |
|
400
|
0 |
0 |
0 |
$main::force or not -l $dest |
|
|
0 |
0 |
0 |
$main::force or not -l $dest or readlink $dest != $src |
|
636
|
0 |
0 |
0 |
$macro eq "AC_PROG_LIBTOOL" or $macro eq "AM_PROG_LIBTOOL" |
|
|
0 |
0 |
0 |
$macro eq "AC_PROG_LIBTOOL" or $macro eq "AM_PROG_LIBTOOL" or $macro eq "LT_INIT" |
|
850
|
0 |
0 |
0 |
$uses_automake || $uses_libtool || $uses_intltool || $uses_gtkdoc || can_install_aux_files(@missing_aux_files) |