- remove all STFS related stuff
authorStefan Metzmacher <metze@samba.org>
Wed, 28 Jan 2004 15:43:18 +0000 (15:43 +0000)
committerStefan Metzmacher <metze@samba.org>
Wed, 28 Jan 2004 15:43:18 +0000 (15:43 +0000)
commit92a3eb83d4bb07a7f1f87232e26831d05ab42915
tree7165d1f158ba06545b7e8dc4c4efbcb2f87cd12f
parente7694095d3c3f2e18ec2c05f74541dbb7954d79d
- remove all STFS related stuff
  (which were already removed in revision 1.37 and
   readded by mistake in revision 1.39)

- change the SMB_MODULE() macro a bit
  Now we have:

dnl Specify the default build method of this module
dnl SMB_MODULE_DEFAULT(name,default_build)
AC_DEFUN(SMB_MODULE_DEFAULT,...

dnl Mark specified module as shared
dnl SMB_MODULE(name,default_build,static_files,shared_files,subsystem,whatif-static,whatif-shared,whatif-not)

  this let us specify the default build method inside of the included config.m4
  files

metze
source/Makefile.in
source/aclocal.m4
source/configure.in
source/ntvfs/config.m4
source/rpc_server/config.m4