You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by "Ralf S. Engelschall" <rs...@apache.org> on 1998/03/01 13:56:03 UTC

cvs commit: apache-1.3/src Configure

rse         98/03/01 04:56:03

  Modified:    src      Configure
  Log:
  Make display more consequent:
  All other " + .." messages start with a lower case...
  
  Revision  Changes    Path
  1.192     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.191
  retrieving revision 1.192
  diff -u -r1.191 -r1.192
  --- Configure	1998/02/28 15:39:28	1.191
  +++ Configure	1998/03/01 12:56:02	1.192
  @@ -825,7 +825,7 @@
   #    contain modules we want to build from both AddModule and Module
   #    lines
   
  -echo " + Adding selected modules"
  +echo " + adding selected modules"
   
   MODFILES=`awk <$tmpfile '$1 == "AddModule" { printf "%s ", $2 }'`
   MODDIRS=`awk < $tmpfile '