You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by st...@apache.org on 2003/07/18 20:38:38 UTC

cvs commit: httpd-apreq-2 INSTALL STATUS

stas        2003/07/18 11:38:38

  Modified:    .        INSTALL STATUS
  Log:
  need more work on the top-level Makefile.PL
  
  Revision  Changes    Path
  1.5       +10 -0     httpd-apreq-2/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/INSTALL,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- INSTALL	1 Jul 2003 02:21:38 -0000	1.4
  +++ INSTALL	18 Jul 2003 18:38:38 -0000	1.5
  @@ -32,6 +32,16 @@
               % make install
     (optional)% make perl_install
   
  +Or using the CPAN/perlish way:
  +
  +  (optional)% ./buildconf
  +            % perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs
  +            % make && make test
  +  (optional)% make perl_glue
  +  (optional)% make perl_test
  +            % make install
  +  (optional)% make perl_install
  +
   
   Win32 build:
     C:\httpd-apreq-2> cd win32
  
  
  
  1.20      +4 -1      httpd-apreq-2/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/STATUS,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- STATUS	17 Jul 2003 21:59:30 -0000	1.19
  +++ STATUS	18 Jul 2003 18:38:38 -0000	1.20
  @@ -46,6 +46,9 @@
         and Apache::Request don't need to be linked against mod_apreq
         to resolve missing apreq_env* symbols. 
   
  +    - continue working on the top-level Makefile.PL to completely
  +      abstract all the targets so one needs to do only:
  +      perl Makefile.PL && make && make test && make install
   
   OPEN ISSUES: