- 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)
commit7de61be92413ce03bab20ab332e9b16dea56fc97
tree2161763999865d6f404b8fdc1f9dc41f9fa1fb87
parentd70b4a07bfef3d712cfd1d67597f2ed0f764d8a2
- 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
(This used to be commit 92a3eb83d4bb07a7f1f87232e26831d05ab42915)
source4/Makefile.in
source4/aclocal.m4
source4/configure.in
source4/ntvfs/config.m4
source4/rpc_server/config.m4