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 jo...@apache.org on 2003/02/27 21:43:21 UTC

cvs commit: httpd-apreq INSTALL.MacOSX

joes        2003/02/27 12:43:21

  Modified:    .        INSTALL.MacOSX
  Log:
  Fix typos in INSTALL.MacOSX
  
  Revision  Changes    Path
  1.4       +2 -2      httpd-apreq/INSTALL.MacOSX
  
  Index: INSTALL.MacOSX
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/INSTALL.MacOSX,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- INSTALL.MacOSX	5 Jan 2003 13:35:44 -0000	1.3
  +++ INSTALL.MacOSX	27 Feb 2003 20:43:21 -0000	1.4
  @@ -7,7 +7,7 @@
   % cd libapreq-1.x
   % sh BUILD.sh
   
  -Unpack the libapreq tarball, change into the source code diretory, and then
  +Unpack the libapreq tarball, change into the source code directory, and then
   run the BUILD.sh script. This prepares the libapreq sources to build the C
   library. Note that running BUILD.sh is actually optional if the libapreq
   sources are freshly unpacked.
  @@ -17,7 +17,7 @@
   % sudo make install
   
   We need to tell configure where to find the apache includes directory. The
  -default Apple install of Apache puts these files in /usr/includ/httpd. If
  +default Apple install of Apache puts these files in /usr/include/httpd. If
   you've compiled and installed your own Apache, you'll need to point to the
   directory into which you have installed the include files, such as
   /usr/local/apache/include. Once configure is done doing its thing, run "make"