You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/04/12 17:14:06 UTC

cvs commit: httpd-2.0/modules/dav/fs config6.m4 config.m4

rbb         01/04/12 08:14:06

  Added:       modules/dav/fs config6.m4
  Removed:     modules/dav/fs config.m4
  Log:
  Force the dav/fs config.m4 file to be added to the configure script after
  the dav/main config.m4.  This script should make sure that dav is enabled
  before turning on dav/fs, but I leave that for somebody else to do.
  
  Revision  Changes    Path
  1.1                  httpd-2.0/modules/dav/fs/config6.m4
  
  Index: config6.m4
  ===================================================================
  dnl modules enabled in this directory by default
  
  APACHE_MODPATH_INIT(dav/fs)
  
  dav_fs_objects="mod_dav_fs.lo dbm.lo lock.lo repos.lo"
  
  dnl ### we want to default this based on whether dav is being used...
  dnl ### but there is no ordering to the config.m4 files right now...
  APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, , most)
  
  APACHE_MODPATH_FINISH