sbekman     01/05/11 22:25:17

  Modified:    pod      modperl_dev.pod
  Log:
  reverting my last changes, looks like I had a bug in my cvs client, or else
  
  Revision  Changes    Path
  1.25      +1 -8      modperl-2.0/pod/modperl_dev.pod
  
  Index: modperl_dev.pod
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/pod/modperl_dev.pod,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- modperl_dev.pod   2001/05/11 08:07:13     1.24
  +++ modperl_dev.pod   2001/05/12 05:25:16     1.25
  @@ -23,17 +23,10 @@
    % make && make install
   
   Once extracted, whenever you want to sync with the latest httpd-2.0
  -version (and apr/apr-util projects, which httpd-2.0 relies on) and
  -rebuild, run:
  +version and rebuild, run:
   
    % cd httpd-2.0
    % cvs up -dP
  - % cd srclib/apr
  - % cvs up -dP
  - % cd ../..
  - % cd srclib/apr-util
  - % cvs up -dP
  - % cd ../..
    % make distclean && ./buildconf
    % ./configure --prefix=$HOME/apache-2.0 \
      --with-mpm=threaded --enable-so
  
  
  

Reply via email to