dougm       02/04/06 08:24:51

  Modified:    .        Makefile.PL
               lib/Apache Build.pm
               lib/ModPerl BuildOptions.pm
  Log:
  a few s/libmodperl/mod_perl/
  
  Revision  Changes    Path
  1.68      +2 -2      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- Makefile.PL       6 Apr 2002 16:15:18 -0000       1.67
  +++ Makefile.PL       6 Apr 2002 16:24:51 -0000       1.68
  @@ -103,8 +103,8 @@
       }
   
       if (Apache::Build::is_win32()) {
  -        #Makefile.PL's in WrapXS/ just need to pass the -e libmodperl.lib test
  -        #the real libmodperl.lib will be in place when WrapXS/ dll's are
  +        #Makefile.PL's in WrapXS/ just need to pass the -e mod_perl.lib test
  +        #the real mod_perl.lib will be in place when WrapXS/ dll's are
           #actually linked
           my $lib = "src/modules/perl/$build->{MP_LIBNAME}.lib";
           unless (-e $lib) {
  
  
  
  1.78      +1 -1      modperl-2.0/lib/Apache/Build.pm
  
  Index: Build.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/Build.pm,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- Build.pm  6 Apr 2002 14:56:46 -0000       1.77
  +++ Build.pm  6 Apr 2002 16:24:51 -0000       1.78
  @@ -809,7 +809,7 @@
   
   sub modperl_libs_MSWin32 {
       my $self = shift;
  -    #XXX: install/use libmodperl.lib for 3rd party xs modules
  +    #XXX: install/use mod_perl.lib for 3rd party xs modules
       "$self->{cwd}/src/modules/perl/$self->{MP_LIBNAME}.lib";
   }
   
  
  
  
  1.14      +1 -1      modperl-2.0/lib/ModPerl/BuildOptions.pm
  
  Index: BuildOptions.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/BuildOptions.pm,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- BuildOptions.pm   15 Dec 2001 23:45:05 -0000      1.13
  +++ BuildOptions.pm   6 Apr 2002 16:24:51 -0000       1.14
  @@ -165,4 +165,4 @@
   XS_GLUE_DIR     Directories containing extension glue
   INCLUDE_DIR     Add directories to search for header files
   GENERATE_XS     Generate XS code based on httpd version
  -LIBNAME         Name of the modperl dso library (default is libmodperl)
  +LIBNAME         Name of the modperl dso library (default is mod_perl)
  
  
  


Reply via email to