Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Two patches which fix issues on cross compiling/building | Nathaniel McCallum | 2009-06-29 | 1 | -1/+3 |
| | |||||
* | Make tunable for modulesdir | Timur I. Bakeyev | 2009-06-08 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | This patch is for Samba4. It adds configure tunable for modulesdir - location, where modules should be installed. In the case, when no FHS compliance is used and libdir is redefined, modulesdir still points to $PREFIX/modules. In some installations it may be not desired. I'd rather set it myself :) So, here is the patch. With regards, Timur Bakeyev. Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | Move mount.cifs/umount.cifs to the top level and remove the outdated copy | Jelmer Vernooij | 2009-06-02 | 1 | -1/+1 |
| | | | | in Samba 4. | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 2009-03-20 | 1 | -2/+3 |
|\ | |||||
| * | s4:build: use SAMBA_PKG_CONFIG_MIN_VERSION instead of PKG_CONFIG_MIN_VERSION | Stefan Metzmacher | 2009-03-17 | 1 | -2/+3 |
| | | | | | | | | | | | | | | And also intialize the variable. This fixes ./autogen.sh in the merged build for me. metze | ||||
* | | Strip /usr/include from include flags, so we don't end up including | Jelmer Vernooij | 2009-03-15 | 1 | -1/+3 |
|/ | | | | the system tevent if it's too old. | ||||
* | Remove -L/usr/lib from a couple more make variables. | Jelmer Vernooij | 2009-03-15 | 1 | -1/+3 |
| | |||||
* | s4:build: add some comments to the SMB_EXT_LIB() definition | Stefan Metzmacher | 2009-02-25 | 1 | -0/+7 |
| | | | | metze | ||||
* | Let --enable-external-libldb default to no (since linking against | Jelmer Vernooij | 2009-02-21 | 1 | -2/+4 |
| | | | | | external LDB doesn't work yet). Fix flags when using internal libs. | ||||
* | Add --enable-external-* flags for libraries shipped with Samba, to allow | Jelmer Vernooij | 2009-02-21 | 1 | -0/+22 |
| | | | | | explicitly enabling or disabling the use of the version provided by the system. | ||||
* | s4:build: add a comment why we need CFLAG_NO_CAST_QUAL and ↵ | Stefan Metzmacher | 2009-02-02 | 1 | -4/+7 |
| | | | | | | CFLAG_NO_UNUSED_MACROS metze | ||||
* | "test" expects only one = | Björn Jacke | 2009-02-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | quote ' inside '...' and make sure shell isn't eating \ by using perl here. | Björn Jacke | 2009-01-29 | 1 | -5/+3 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | Move configure test files to the top-level and share them between s3 and | Jelmer Vernooij | 2009-01-22 | 3 | -5/+5 |
| | | | | s4. | ||||
* | Move check_python.m4 to common m4 directory. | Jelmer Vernooij | 2009-01-21 | 2 | -101/+1 |
| | |||||
* | Only check for Perl once in Samba 3. | Jelmer Vernooij | 2009-01-21 | 2 | -33/+1 |
| | |||||
* | Move check_make.m4 to the top-level. | Jelmer Vernooij | 2009-01-21 | 2 | -34/+1 |
| | |||||
* | Fixed problemed showed on a number of systems on the buildfarm. | Torgeir Lerkerod | 2009-01-14 | 1 | -1/+4 |
| | | | | | | | | | | | Problem shows up as perl error related to config.pm in reality this was related to the ECHO_C variable. Added test to skip that variable as no perl module is using it. Torgeir Signed-off-by: Torgeir Lerkerod <Torgeir.Lerkerod@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | Revert "quote ' inside '...' and make sure shell isn't eating \ by using ↵ | Stefan Metzmacher | 2009-01-09 | 1 | -3/+2 |
| | | | | | | | | | | perl here." This reverts commit 2a52b059ce44403ff6ced066e0bb23fa6cc66a73. It breaks the build on ubuntu. metze | ||||
* | quote ' inside '...' and make sure shell isn't eating \ by using perl here. | Björn Jacke | 2009-01-09 | 1 | -2/+3 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s4:build: add SMB_MAKE_SETTINGS() macro | Stefan Metzmacher | 2009-01-04 | 1 | -0/+8 |
| | | | | metze | ||||
* | Remove infrastructure for (no longer used) SWIG. | Jelmer Vernooij | 2008-12-21 | 2 | -129/+0 |
| | |||||
* | Don't filter out any variables for config.pm, only for config.mk. | Jelmer Vernooij | 2008-11-26 | 1 | -3/+1 |
| | |||||
* | Use a simple shell loop instead of _AC_SUBST_VARS. | Jelmer Vernooij | 2008-11-26 | 1 | -3/+12 |
| | | | | Autoconf has removed _AC_SUBST_VARS in newer versions. | ||||
* | s3/s4 build: Add additional LDFLAGS in check_python.m4 to allow it to pass ↵ | Tim Prouty | 2008-11-12 | 1 | -2/+13 |
| | | | | | | | on more systems I tested on a few different flavors of linux and FreeBSD. I'll keep an eye on the build machine to see if anything breaks. | ||||
* | Fix merged build . | Jelmer Vernooij | 2008-10-14 | 1 | -1/+0 |
| | |||||
* | Move make check out of cache call to avoid weird formatting. | Jelmer Vernooij | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | Make check_*.m4 m4 library files just contain functions that can be | Jelmer Vernooij | 2008-10-14 | 5 | -24/+266 |
| | | | | executed from other m4 files. | ||||
* | Move checks for perl inside function. | Jelmer Vernooij | 2008-10-14 | 1 | -5/+12 |
| | |||||
* | Move checks for make inside function. | Jelmer Vernooij | 2008-10-14 | 1 | -2/+14 |
| | |||||
* | Fix path check. | Jelmer Vernooij | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | Fix FHS flag, rename to --enable-fhs since it's a feature flag | Jelmer Vernooij | 2008-09-30 | 1 | -7/+12 |
| | | | | and doesn't take any arguments. | ||||
* | Prevent prefix=/usr being used without --with-fhs. | Matthias Dieter Wallnoefer | 2008-09-18 | 1 | -0/+5 |
| | |||||
* | Fix embedding of Samba 4. | Jelmer Vernooij | 2008-09-03 | 1 | -3/+9 |
| | | | | (This used to be commit 3862f3132549332e0a44fad65d7c49a27e1dbd4a) | ||||
* | configure: use AS_HELP_STRING for --with-disable-ext-lib | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit 88cf5d8b708d6247772b33128f0e212a4c2e9ba8) | ||||
* | configure: use AS_HELP_STRING for --enable-developer | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit b10d4723891c39693100bfaaf1ac29adce9f7a86) | ||||
* | configure: use AS_HELP_STRING for --enable-debug. | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit 1f4bf8fbd5bfc9c58bb5668fe25586766605b268) | ||||
* | configure: use AS_HELP_STRING for --with-selftest-prefix. | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit eea4f597acf743fa783be3e5809e24aebc79f238) | ||||
* | configure: use AS_HELP_STRING for --with-logfilebase. | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit f9c15b817a24bed26a339479c53fc2f5cc5b36df) | ||||
* | configure: use AS_HELP_STRING for --with-piddir | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit f05a9fe46ff428e48be9a5af4a6769cd78712c11) | ||||
* | configure: use AS_HELP_STRING for --with-lockdir. | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit ed4a6e780a3f57854338520e4608cfc8dce4ef3e) | ||||
* | configure: use AS_HELP_STRING for --ntp-signd-socket-dir. | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit dd07dcbc916236d80d9a7087860a6f504bbb09e8) | ||||
* | configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir. | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit 3bf8116531d4eb0cc25bc7bac70ae3c77642a5a3) | ||||
* | configure: use AS_HELP_STRING for --with-winbindd-socket-dir . | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit 1304eda283b29fff8960633b1329c0a1611e1ca3) | ||||
* | configure: use AS_HELP_STRING for --with-privatedir | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit eafde5bee0a68fd4cf61ae64dfb24e4deb16b95a) | ||||
* | configure: format help string for --with-fhs with AS_HELP_STRING(). | Michael Adam | 2008-08-16 | 1 | -1/+1 |
| | | | | | Michael (This used to be commit 837d0b3eb213ce6d0ce5345308d1b42ae2b08d67) | ||||
* | configure: remove duplicate definition of --with-winbindd-socket-dir. | Michael Adam | 2008-08-16 | 1 | -16/+0 |
| | | | | | | | I think this should have gone with fa361354433fb9a5c09c84997a7c51f3052c294e. Michael (This used to be commit 91fcaac68b215461a13c1b517f6cede29af5e55c) | ||||
* | build: autogenarate VPATH by configure | Stefan Metzmacher | 2008-08-01 | 1 | -0/+3 |
| | | | | | metze (This used to be commit 16147753adcdbdc0ee9faa16fafb1c74240a6858) | ||||
* | Use a configure-specified directory for the winbind priv pipe | Andrew Bartlett | 2008-06-28 | 1 | -2/+37 |
| | | | | | | | | This makes it easier for RPMs to specify an group for access to that directory. Andrew Bartlett (This used to be commit fa361354433fb9a5c09c84997a7c51f3052c294e) | ||||
* | build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_ | Stefan Metzmacher | 2008-06-09 | 1 | -3/+3 |
| | | | | | | | AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (This used to be commit 0241af873fdefd5856932190ca0019a2d3c05703) |