You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/06/14 06:44:13 UTC

cvs commit: modperl Makefile.PL Changes

dougm       01/06/13 21:44:13

  Modified:    .        Makefile.PL Changes
  Log:
  add %Apache::MyConfig aliases for Apache::src backwards compat
  
  Revision  Changes    Path
  1.185     +2 -1      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.184
  retrieving revision 1.185
  diff -u -r1.184 -r1.185
  --- Makefile.PL	2001/05/01 17:08:25	1.184
  +++ Makefile.PL	2001/06/14 04:44:11	1.185
  @@ -1987,7 +1987,7 @@
                            PERL_TRACE PERL_DEBUG APACI_ARGS
                            APACHE_PREFIX DO_HTTPD NO_HTTPD PREP_HTTPD
                            USE_APACI APACHE_HEADER_INSTALL
  -                         PERL_STATIC_EXTS PERL_SSI PERL_SECTIONS);
  +                         PERL_STATIC_EXTS PERL_SSI PERL_SECTIONS USE_APXS WITH_APXS);
       {
           no strict 'refs';
           $my_config{$_} = ${$_} for @other_hooks;
  @@ -2000,6 +2000,7 @@
   
       #need this alias for Apache::src backwards compat
       $my_config{'Apache_Src'} = $my_config{'APACHE_SRC'};
  +    $my_config{'APXS'} = delete $my_config{'WITH_APXS'};
   
       my $my_config_dump = join ",\n",
           map { qq{'$_' => } .
  
  
  
  1.596     +3 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.595
  retrieving revision 1.596
  diff -u -r1.595 -r1.596
  --- Changes	2001/06/14 04:36:18	1.595
  +++ Changes	2001/06/14 04:44:11	1.596
  @@ -10,6 +10,9 @@
   
   =item 1.25_01-dev
   
  +add %Apache::MyConfig aliases for Apache::src backwards compat
  +[Philippe M . Chiasson <go...@cpan.org>]
  +
   $r->custom_response($code, undef) will now unset the current CustomResponse
   [Geoffrey Young <gy...@laserlink.net>]