summaryrefslogtreecommitdiff
path: root/source4/aclocal.m4
AgeCommit message (Collapse)AuthorFilesLines
2009-03-17clean up lib64 linking paths the same way as libBjörn Jacke1-2/+8
Signed-off-by: Michael Adam <obnox@samba.org>
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-1/+1
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij1-1/+1
2007-10-10r19091: merge from samba3:Stefan Metzmacher1-4/+23
remove some -Wl,-rpath combinations with /usr/lib metze (This used to be commit 66c6aab37ea24ae3f867b34f3b8039921fa2f718)
2007-10-10r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher1-1/+1
and use the macros in configure.ac metze (This used to be commit 95d33e4d71b4c97af8413bcd136f393aa3e380dd)
2007-10-10r18152: move our AC macros into lib/replace/libreplace_macros.m4Stefan Metzmacher1-177/+2
and include them from there metze (This used to be commit 38f9e90a120b4e62f005a1bac89139ee87f63071)
2007-10-10r18097: use m4_include(), so we notice that build/m4/core.m4 was goneStefan Metzmacher1-5/+4
a while ago metze (This used to be commit 2a1cde835fcba9e941b5d5d5326fc4612e1b36e1)
2007-10-10r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij1-13/+0
(This used to be commit d72c5c8f755277eb22e1f6834d98202f00c09934)
2007-10-10r15568: Simplify detection of iconv libraries a fair bit and fix it toJelmer Vernooij1-92/+0
work on FreeBSD. Based very loosely on a patch by Timur Bakevey Fixes #3688 (This used to be commit ea7b28572b453da8eced565a49e4c10e7ebd2e28)
2007-10-10r10071: Configure checks for IRIX build environment. Test whether we canJames Peach1-0/+2
use the MIPSPro 7.4 -c99 option to get C99 support. Try to find a common perl that is more modern than /usr/bin/perl. (This used to be commit 82fab8b747bf68d8548c6f0f2f4bff98bd428d22)
2007-10-10r9506: as the included file only contains a macro and no logic for configure ↵Stefan Metzmacher1-0/+1
move the include to aclocal.m4 metze (This used to be commit 1b777217ba2e7ee7bf4932fe5bea18a306207d0f)
2007-10-10r9060: prepend not overwrite the libsStefan Metzmacher1-1/+1
metze (This used to be commit 3b3e2029c36f4f139c3ed978e0820f3852eb1a92)
2007-10-10r9030: add a AC_SEARCH_FUNCS_EXT() which takes an extra argument that get ↵Stefan Metzmacher1-2/+27
the output libs to not pollute the global $LIBS variable metze (This used to be commit 80bdc68ec188728b80eedf0fde9f22f06349f9b6)
2007-10-10r7274: Move m4 files to seperate dirJelmer Vernooij1-2/+2
(This used to be commit 0dda66f0e8e6ad37d731937af184a132bf3407b1)
2007-10-10r6485: Move LDAP detection M4 file and use it for the standalone ldb buildJelmer Vernooij1-271/+0
Remove a couple of unused M4 macros. The standalone LDB build will not work until I've figured out what AC_CHECK_LIB_EXT() does exactly (it's Samba-specific) (This used to be commit cc20d6bb7f06e077ebe4c366e545e187a0c79472)
2007-10-10r968: use sinlcude() and no function, that's more portable betweenStefan Metzmacher1-7/+1
autoconf versions metze (This used to be commit 9fa83ca022f2ca2e9e5d3d738beefcf9f90cfcff)
2007-10-10r967: move some configure checks to seperate filesStefan Metzmacher1-65/+7
metze (This used to be commit 2d109074e8be712a6eb0cfc76439176e3dcdee3a)
2007-10-10r686: - Add SMB_EXT_LIB_FROM_PKGCONFIG()Jelmer Vernooij1-56/+0
- Build gregedit and registry_gconf again if the required libs are found (gconf and gtk) (This used to be commit a63b704c36f2f5b52e932b6b2c99e7d664c9bdc7)
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher1-89/+3
to the main SAMBA_4_0 tree. NOTE: that it's not completely ready, but it's functional:-) metze (This used to be commit c78a2ddb28ec50d6570a83b1f66f18a5c3621731)
2007-10-10r202: Fix aclocal.m4 to only use $BLDSHARED to select whether to build ↵Paul Green1-3/+3
static or shared libraries. (This used to be commit a4ce81cb0680af431ef855f15693c0377cf284e0)
2007-10-10r20: Add the registry library. Still needs a lot of work,Jelmer Vernooij1-0/+56
see source/lib/registry/TODO for details. (This used to be commit 7cab3a00d7b4b1d95a3bfa6b28f318b4aaa5d493)
2004-02-09- remove unused 'evel ...' calls, we don't need them inside ofStefan Metzmacher1-8/+8
AC_XXX() macros - handle --with-shared-modules=process_model --with-static-modules=process_model_single right. ( build 'single' static and the rest of the process_model modules shared, if they're not declared as NOT. metze (This used to be commit a57734877dd58ab3159435a145b307bd546a9e99)
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)