pcs         97/09/14 04:55:01

  Modified:    src      Configure
  Log:
  The OSDIR has to be built first because it makes the OS specific header
  file(s) accessable to the other source files.
  
  Revision  Changes    Path
  1.156     +1 -1      apachen/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/Configure,v
  retrieving revision 1.155
  retrieving revision 1.156
  diff -u -r1.155 -r1.156
  --- Configure 1997/09/12 07:33:00     1.155
  +++ Configure 1997/09/14 11:54:59     1.156
  @@ -26,7 +26,7 @@
   tmpfile3=$tmpfile.3
   awkfile=$tmpfile.4
   SRCDIR=`pwd`
  -SUBDIRS='main $(OSDIR) modules'
  +SUBDIRS='$(OSDIR) main modules'
   
   ####################################################################
   ## Now handle any arguments, which, for now, is -file
  
  
  

Reply via email to