~ubuntu-branches/ubuntu/feisty/libapache2-mod-perl2/feisty-security

« back to all changes in this revision

Viewing changes to docs/os/win32/mpinstall

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
else {
142
142
    $checksums = $ppmsx86 . $cs;
143
143
    if ($apache2) {
144
 
        $ppdfile = 'mod_perl.ppd';
145
 
        $tgzfile = 'mod_perl.tar.gz';
 
144
        my $ans = prompt('Do you want the latest mod_perl 2 development version?', 'no');
 
145
        if ($ans =~ /^n/i) {
 
146
            $ppdfile = 'mod_perl.ppd';
 
147
            $tgzfile = 'mod_perl.tar.gz';
 
148
            $so_fake = 'mod_perl.so';
 
149
       }
 
150
        else {
 
151
            $ppdfile = 'mod_perl-dev.ppd';
 
152
            $tgzfile = 'mod_perl-dev.tar.gz';
 
153
            $so_fake = 'mod_perl-dev.so';            
 
154
        }
146
155
        $ppd = $ppms . $ppdfile;
147
156
        $tgz = $ppmsx86 . $tgzfile;
148
 
        $so_fake = 'mod_perl.so';
149
157
        $so_fetch = $ppmsx86 . $so_fake;
150
158
    }
151
159
    else {