summaryrefslogtreecommitdiff
path: root/source3/m4
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix typo found by jhell <jhell@DataIX.net>Volker Lendecke2010-02-151-2/+2
* s3 aclocal.m4: Fix iconv checks, clean up m4 codeKai Blin2009-12-231-27/+30
* s3:build: fix linking with --disable-shared-libsMichael Adam2009-05-261-0/+1
* s3:build: no need to set LIBFOO_STATIC to the object collection any moreMichael Adam2009-04-151-1/+1
* s3:build: first cut at fixing linking of shared/static libs internallyMichael Adam2009-04-151-1/+7
* clean up lib64 linking paths the same way as libBjörn Jacke2009-04-151-2/+8
* s3:build: pass the path to smbtorture4 down to make with and without '-t' prefixStefan Metzmacher2009-02-031-1/+3
* s3:configure: autodetect ctdb/cluster supportStefan Metzmacher2009-01-291-14/+0
* s3 build: Eliminate the gmake-specific Makefile syntaxTim Prouty2009-01-271-1/+3
* s3 make test: Add the ability to specify a custom smb.conf for make testTim Prouty2009-01-261-0/+19
* Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman2009-01-121-0/+32
* i18n/l10n pam_winbindBo Yang2008-11-131-0/+19
* s3: Add support for make test to use a share dir outside of the prefix dirTim Prouty2008-11-111-0/+16
* Correctly report when merged-build is used in developer mode.Jelmer Vernooij2008-10-211-0/+1
* Add dyn_NCALRPCDIRVolker Lendecke2008-10-061-0/+19
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-1/+1
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-1/+1
* build: fix bug #5590 by not linking in the static libs but the objects.Michael Adam2008-08-201-1/+1
* build: fall down to the same place when using an internal lib statically.Michael Adam2008-08-201-1/+1
* configure: use libdir=${prefix}/lib and modules=${libdir}/samba as default wi...Michael Adam2008-08-151-2/+2
* configure: use ${libdir} instead of \${LIBDIR}.Michael Adam2008-08-151-4/+4
* configure: remove the --with-libdir parameter.Michael Adam2008-08-151-16/+0
* configure: Add --with-modulesdir to accompany --with-libdir.Michael Adam2008-08-151-2/+21
* Add --enable-picky-developerZach Loafman2008-07-221-0/+8
* build: extend SMB_LIBRARY() to take a version as an optional second argumentMichael Adam2008-07-071-4/+7
* build: extend SMB_LIBRARY() to optionally take default value.Michael Adam2008-07-071-1/+28
* build: slightly change and extend the logic of SMB_LIBRARY().Michael Adam2008-07-071-9/+21
* init_shared_module -> init_samba_moduleVolker Lendecke2008-06-231-1/+1
* Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke2008-06-211-1/+1
* build: fix configure option --with-static-libs=libXYZMichael Adam2008-03-311-1/+1
* configure: fix quotation in SMB_LIBRARY for help output.Michael Adam2008-03-071-2/+2
* configure: put swat-part of config into m4-include file of its own.Michael Adam2008-02-261-0/+27
* Move the definition of SMB_LIBRARY to aclocal.m4.Michael Adam2008-02-211-0/+67
* configure: Move assemblage of samba version strings to m4 include file.Michael Adam2008-02-201-0/+29
* configure: Move path (and debug) checks to an m4 include file check_path.m4.Michael Adam2008-02-191-0/+316
* Remove unused m4 macro files.Michael Adam2008-02-197-422/+0
* r23094: Update the iconv detection to handle cross-compiles better. If we areJames Peach2007-10-101-16/+0
* r22441: Add automatic dependency tracking. The dependency generation isJames Peach2007-10-108-0/+1218