summaryrefslogtreecommitdiff
path: root/source3/m4/aclocal.m4
AgeCommit message (Expand)AuthorFilesLines
2011-01-04s3-build: Remove broken RPC modules support.Andreas Schneider1-8/+0
2010-08-31libreplace: move detection of clock_gettime to libreplaceBjörn Jacke1-31/+0
2010-07-19s3-rpc_server: Added callbacks for init and shutdown of a rpc service.Andreas Schneider1-1/+9
2010-05-30s3: add m4 macro to check if stderr is empty or notBjörn Jacke1-0/+13
2010-05-05s3:configure: not simply check for "ld" but for the linker used by $CCBjörn Jacke1-2/+2
2009-12-04s3 aclocal.m4: Fix iconv checks, clean up m4 codeKai Blin1-27/+30
2009-06-19s3:dmapi: prefer dmapi libs from gpfs over system libsBjörn Jacke1-4/+4
2009-06-08Small fix to SMB_LIBRARY macroTimur I. Bakeyev1-2/+2
2009-06-08SIGRTMIN additionsTimur I. Bakeyev1-0/+3
2009-05-15s3:build: fix linking with --disable-shared-libsMichael Adam1-0/+1
2009-04-20Move syslog check out of m4 library file into configure.inJelmer Vernooij1-2/+1
2009-04-20Move check for syslog out of libreplace to source3/ and source4/.Jelmer Vernooij1-0/+1
2009-04-01s3:build: no need to set LIBFOO_STATIC to the object collection any moreMichael Adam1-1/+1
2009-04-01s3:build: first cut at fixing linking of shared/static libs internallyMichael Adam1-1/+7
2009-03-17clean up lib64 linking paths the same way as libBjörn Jacke1-2/+8
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
2008-08-20build: fix bug #5590 by not linking in the static libs but the objects.Michael Adam1-1/+1
2008-08-20build: fall down to the same place when using an internal lib statically.Michael Adam1-1/+1
2008-07-07build: extend SMB_LIBRARY() to take a version as an optional second argumentMichael Adam1-4/+7
2008-07-07build: extend SMB_LIBRARY() to optionally take default value.Michael Adam1-1/+28
2008-07-07build: slightly change and extend the logic of SMB_LIBRARY().Michael Adam1-9/+21
2008-06-23init_shared_module -> init_samba_moduleVolker Lendecke1-1/+1
2008-06-21Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke1-1/+1
2008-03-31build: fix configure option --with-static-libs=libXYZMichael Adam1-1/+1
2008-03-07configure: fix quotation in SMB_LIBRARY for help output.Michael Adam1-2/+2
2008-02-21Move the definition of SMB_LIBRARY to aclocal.m4.Michael Adam1-0/+67
2007-10-10r23094: Update the iconv detection to handle cross-compiles better. If we areJames Peach1-16/+0
2007-10-10r22441: Add automatic dependency tracking. The dependency generation isJames Peach1-0/+796