Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-19 | dynconfig/wscript: correctly cleanup PRIVATELIBDIR and MODULESDIR defaults | Stefan Metzmacher | 1 | -0/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 19 00:47:50 CET 2012 on sn-devel-104 | |||||
2012-01-17 | dynconfig: overwrite --with-privatelibdir as a Samba option | Stefan Metzmacher | 1 | -1/+8 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 17 17:17:56 CET 2012 on sn-devel-104 | |||||
2012-01-17 | dynconfig: --with-modulesdir should be a Samba option | Stefan Metzmacher | 2 | -11/+29 | |
This also restores the defaults from Samba 3.6.x: "${libdir}" or "${libdir}/samba" in FHS mode. metze | |||||
2012-01-17 | dynconfig/config.m4: expand prefix, exec_prefix, sysconfdir, localstatedir ↵ | Stefan Metzmacher | 1 | -18/+18 | |
and datarootdir in Makefile Otherwise $prefix is "NONE" without explicit --prefix metze | |||||
2011-12-15 | dynconfig: added SBINDIR and BINDIR as updated dynconfig variables | Andrew Tridgell | 1 | -0/+2 | |
this allows these to work correctly in a build environment, pointing at bin/ | |||||
2011-11-09 | s3: Use autotools to set the winbind socket directory. | Andreas Schneider | 1 | -0/+31 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Nov 9 13:31:27 CET 2011 on sn-devel-104 | |||||
2011-10-22 | dynconfig: replace #if (_SAMBA_BUILD_ >= 4) by feature tests | Stefan Metzmacher | 1 | -2/+10 | |
metze | |||||
2011-10-07 | build: Reduce build systems to just top level waf and autoconf | Andrew Bartlett | 1 | -2/+0 | |
The s3-waf build system is a key component of the top level build, but with this commit is is no longer available directly. This reduces the number of build system combinations in master as we prepare for the Samba 4.0 release. Andrew Bartlett | |||||
2011-07-13 | dynconfig/wscript: use $libdir/security for PAMMODULESDIR as in config.m4 | Stefan Metzmacher | 1 | -3/+3 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jul 13 17:44:01 CEST 2011 on sn-devel-104 | |||||
2011-07-13 | s3:configure: use the same dynconfig options and default values as the ↵ | Stefan Metzmacher | 1 | -0/+256 | |
toplevel build metze | |||||
2011-07-13 | dynconfig: rework the logic to support --enable-fhs | Stefan Metzmacher | 1 | -119/+275 | |
This reorders the data structure which represents the options to build a more useful hierachy. This makes it more obvious which defaults values are used in the 'STD' and 'FHS' flavors. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jul 13 09:33:21 CEST 2011 on sn-devel-104 | |||||
2011-07-13 | dynconfig: add SambaIndentedHelpFormatter in order to support \n in option ↵ | Stefan Metzmacher | 1 | -1/+54 | |
help text metze | |||||
2011-07-13 | dynconfig: remember which options still have their default value | Stefan Metzmacher | 1 | -2/+10 | |
If the values are explicit specified on the command line, we need to keep them. metze | |||||
2011-07-13 | dynconfig: use an option group for the samba specific options | Stefan Metzmacher | 1 | -2/+4 | |
metze | |||||
2011-07-13 | Revert "s4-build Change default paths and --with flags for a 4.0 release" | Stefan Metzmacher | 1 | -20/+58 | |
This reverts commit edd3e8b03aa0bca85d4a9a62b35471e76a1f9390. | |||||
2011-07-13 | Revert "build: Put lockdir and cachedir in FHS-like locations by default" | Stefan Metzmacher | 1 | -2/+2 | |
This reverts commit 6c9a78074a429773cefd1a3c798b7e3ad7d4c325. | |||||
2011-06-28 | s3-waf: remove s3-waf specific dynconfig. | Günther Deschner | 1 | -1/+4 | |
This merge finally makes --with-logfilebase=foo and friends work appropriately. Andrews, Andreas, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jun 28 17:54:42 CEST 2011 on sn-devel-104 | |||||
2011-06-21 | build: move dynconfig for top level build up | Andrew Bartlett | 1 | -0/+115 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-27 | dynconfig: Have only one dynconfig.o in the common code. | Andrew Bartlett | 2 | -0/+179 | |