summaryrefslogtreecommitdiff
path: root/source4/aclocal.m4
AgeCommit message (Collapse)AuthorFilesLines
2004-02-02- we now specify the object files in the subsystems config.m4 fileStefan Metzmacher1-4/+28
I plan to convert all objectfile group to use SMB_SUBSYSTEM later I'll add a SMB_BINARY() and SMB_LIBRARY(), then there will be no more need to touch Makefile.in, because all make rules will be autogenerated by configure - convert the PROCESS_MODEL subsystem to this new scheme and move the pthread test to smbd/process_model.m4 - convert the CHARSET subsystem to this new scheme and move the iconv test to lib/iconv.m4 (This used to be commit 2e57ee884ebea194ee79ac20e84e385481b56aa2)
2004-02-01Makefile.in cleanups:Stefan Metzmacher1-13/+17
lib/util_smbd.c is not used anymore reorder the SMB_MODULE() parameters the goal is to autogenerate the make rules for shared modules: dnl SMB_MODULE(1:name,2:subsystem,3:default_build, 4:object_files,5:shared_object,6:libs 7:whatif-static,8:whatif-shared,9:whatif-not) and generate <SUBSYSTEM>_LIBS and MODULE_<name>_LIBS with the SMB_MODULE() macro metze (This used to be commit 904ce91ed9e3b26d591278984ae32fa99bac01fd)
2004-02-01merge:Stefan Metzmacher1-0/+107
ldap and krb5 configure tests libads/*.c and libcli/raw/clikrb5.c from 3.0 metze (This used to be commit 64b5bfcd73d7626d6f687a641b11e64821144df7)
2004-01-28- remove all STFS related stuffStefan Metzmacher1-10/+31
(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)
2003-09-29Update MySQL configuration scripts, add module macrosJelmer Vernooij1-131/+46
(This used to be commit 42dbb8e2eb11f14b07f17337ed256f4a3a2caad6)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+643
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)