Mail-SpamAssassin

 view release on metacpan or  search on metacpan

spamc/configure.pl  view on Meta::CPAN

}


# Create version.h platform independently.
print join(' ', $Config{'perlpath'}, "version.h.pl") . "\n";
{
  # Do the same thing as for the preprocessor below.
  package version_h;
  my $Z = $0;
  local $0    = "./version.h.pl";
  local @ARGV = ();
  # Got to check for defined because the script returns shell error level!
  unless (defined do $0) {
    $0 = $Z;
    die $@ ? $@ : "Can't exec `version.h.pl': $!";
  }
}


# On everything but native Windows (!= cygwin) we use autoconf.
unless (RUNNING_ON_NATIVE_WINDOWS)

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.755 second using v1.00-cache-2.02-grep-82fe00e-cpan-c9a218a2bbc )