===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
libgd-perl-2.73/Makefile.PL-438-  my $bindir = $prefix ? "$prefix/bin/" : $lib_gd_path ? "$lib_gd_path/bin/" : "";
libgd-perl-2.73/Makefile.PL:439:  my $config = `${bindir}gdlib-config --all` if -e "${bindir}gdlib-config";
libgd-perl-2.73/Makefile.PL-440-  if (!$config
##############################################
libgd-perl-2.73/Makefile.PL-444-    $gdlib_config_path = "gdlib-config" unless defined($gdlib_config_path);
libgd-perl-2.73/Makefile.PL:445:    $config = `$gdlib_config_path --all`;
libgd-perl-2.73/Makefile.PL-446-  }
##############################################
libgd-perl-2.73/Makefile.PL-513-  my $cc          = $Config{'cc'};
libgd-perl-2.73/Makefile.PL:514:  my $data        = `$cc -print-search-dirs 2>/dev/null`;
libgd-perl-2.73/Makefile.PL-515-  $data         ||= '';
##############################################
libgd-perl-2.73/bdf_scripts/bdf2gdfont_pl.PL-213-chmod 0755, $file or die "Can't reset permissions for $file: $!\n";
libgd-perl-2.73/bdf_scripts/bdf2gdfont_pl.PL:214:exec("$Config{'eunicefix'} $file") if $Config{'eunicefix'} ne ':';
libgd-perl-2.73/bdf_scripts/bdf2gdfont_pl.PL-215-chdir $origdir;