Apache-Backhand

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

    if (! -f "${backhand_incdir}/mod_backhand.h") {
        die 'mod_backhand.h not found';
    }
    if (! -f "${backhand_incdir}/serverstat.h") {
        die 'serverstat.h not found';
    }

    if (! -d $apache_incdir) {
        die 'APACHE_SRCDIR is not a directory';
    }
    $apache_osdir = $apache_incdir . '/os/unix';
    $apache_incdir .= '/include';
    if (! -f "${apache_incdir}/httpd.h") {
        die "${apache_incdir}/httpd.h not found";
    }
    if (! -f "${apache_incdir}/http_log.h") {
        die "${apache_incdir}/http_log.h not found";
    }

    @ARGV = grep !'BACKHAND_SRCDIR', @ARGV;
    @ARGV = grep !'APACHE_SRCDIR', @ARGV;

    print <<EOF;

** NOTICE **
The byPerl shared object file (byPerl.so on most unix platforms) is not
built or installed by default.  See the file README.byPerl for details.
** NOTICE **

EOF

}

WriteMakefile(
    'NAME'	   => 'Apache::Backhand',
    'VERSION_FROM' => 'Backhand.pm',



( run in 0.618 second using v1.01-cache-2.11-cpan-39bf76dae61 )