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 st...@apache.org on 2003/09/21 05:05:18 UTC

cvs commit: modperl-2.0 Makefile.PL

stas        2003/09/20 20:05:18

  Modified:    .        Makefile.PL
  Log:
  use the ap_includedir wrapper instead of the raw query to apxs to get the
  apache INCLUDEDIR
  
  Revision  Changes    Path
  1.125     +1 -1      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -u -r1.124 -r1.125
  --- Makefile.PL	26 Aug 2003 22:22:15 -0000	1.124
  +++ Makefile.PL	21 Sep 2003 03:05:18 -0000	1.125
  @@ -71,7 +71,7 @@
           MODPERL_LIBMAKE    => '$(MAKE) -f $(MODPERL_MAKEFILE)',
           PERL               => $build->perl_config('perlpath'),
           MOD_INSTALL        => ModPerl::BuildMM::mod_install(),
  -        MODPERL_AP_INCLUDEDIR  => $build->apxs('-q' => 'INCLUDEDIR'),
  +        MODPERL_AP_INCLUDEDIR  => $build->ap_includedir(),
           MODPERL_XS_H_FILES => join(" \\\n\t", @xs_h_files),
       },
       clean     => {