stas        2003/03/16 19:31:00

  Modified:    .        Makefile.PL
  Log:
  - drop the unused macros: APACHE_PREFIX and APACHE_LIBDIR
  - rename s/APACHE_INCLUDEDIR/MODPERL_AP_INCLUDEDIR/ to be consistent with
    other Makefiles
  
  Revision  Changes    Path
  1.94      +3 -5      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.93
  retrieving revision 1.94
  diff -u -r1.93 -r1.94
  --- Makefile.PL       17 Mar 2003 02:42:16 -0000      1.93
  +++ Makefile.PL       17 Mar 2003 03:31:00 -0000      1.94
  @@ -80,9 +80,7 @@
           MODPERL_LIBMAKE    => '$(MAKE) -f $(MODPERL_MAKEFILE)',
           PERL               => $build->perl_config('perlpath'),
           MOD_INSTALL        => ModPerl::MM::mod_install(),
  -        APACHE_PREFIX      => $build->apxs('-q' => 'prefix'),
  -        APACHE_LIBDIR      => $build->apxs('-q' => 'libexecdir'),
  -        APACHE_INCLUDEDIR  => $build->apxs('-q' => 'includedir'),
  +        MODPERL_AP_INCLUDEDIR  => $build->apxs('-q' => 'includedir'),
           MODPERL_XS_H_FILES => join(" \\\n\t", @xs_h_files),
       },
       clean => {
  @@ -428,8 +426,8 @@
        cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) install
   
   modperl_xs_h_install:
  -     @$(MKPATH) $(APACHE_INCLUDEDIR)
  -     $(CP) $(MODPERL_XS_H_FILES) $(APACHE_INCLUDEDIR)
  +     @$(MKPATH) $(MODPERL_AP_INCLUDEDIR)
  +     $(CP) $(MODPERL_XS_H_FILES) $(MODPERL_AP_INCLUDEDIR)
   
   modperl_src_clean:
        cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) clean
  
  
  

Reply via email to