coar        97/08/11 04:58:23

  Modified:    src      Configure
  Log:
        Simple typo/grammatical corrections.
  
  Revision  Changes    Path
  1.131     +4 -4      apachen/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/Configure,v
  retrieving revision 1.130
  retrieving revision 1.131
  diff -u -r1.130 -r1.131
  --- Configure 1997/08/10 21:37:27     1.130
  +++ Configure 1997/08/11 11:58:22     1.131
  @@ -2,23 +2,23 @@
   trap 'rm -f $tmpfile $tmpfile2 $tmpfile3; exit' 0 1 2 3 15
   
   # Apache configuration script, first cut --- rst.
  -# Dont like it?  Inspired to do something better?  Go for it.
  +# Don't like it?  Inspired to do something better?  Go for it.
   
   # second cut --- jmj
   # At this point we change what Configuration contains. It maintain
   # contains comments, specific compiler flags, a list of included
   # modules and "rules". These rules are used to allow Configure to
  -# be totally configured from Configuration
  +# be totally configured from Configuration.
   #
   # Uses 4 supplemental scripts located in ./helpers:
   #    CutRule: Determines the value for a specified Rule
   #    GuessOS: Uses uname to determine OS/platform
   #    PrintPath: generic "type" or "whence" replacement
   #    TestCompile: Can check for libs and if $(CC) is ANSI
  -#     (ie: a simple "sanity check")
  +#     (i.e., a simple "sanity check")
   #
   ####################################################################
  -## Setup some defaults
  +## Set up some defaults
   ##
   file=Configuration
   tmpfile=htconf.$$
  
  
  

Reply via email to