Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2009-01-04 | 1 | -0/+8 |
|\ | |||||
| * | s4:build: add SMB_MAKE_SETTINGS() macro | Stefan Metzmacher | 2009-01-04 | 1 | -0/+8 |
| | | | | | | | | metze | ||||
* | | make: Search for c tags in ../ as well. | Jelmer Vernooij | 2009-01-01 | 1 | -2/+4 |
|/ | |||||
* | Allow using external libtevent. | Jelmer Vernooij | 2008-12-23 | 1 | -0/+1 |
| | |||||
* | Use make variable for Samba 4 shared library output directory. | Jelmer Vernooij | 2008-12-23 | 2 | -2/+2 |
| | |||||
* | Use relative paths for Python modules. Seems to workaround a strange bug in | Jelmer Vernooij | 2008-12-23 | 1 | -1/+1 |
| | | | | GNU make. | ||||
* | Force symbolic links for shared library sonames to be created, | Jelmer Vernooij | 2008-12-22 | 1 | -1/+1 |
| | | | | as they are required at run-time. | ||||
* | Fix missing symbols issues when building with shared libraries. | Jelmer Vernooij | 2008-12-22 | 1 | -1/+1 |
| | |||||
* | Remove infrastructure for (no longer used) SWIG. | Jelmer Vernooij | 2008-12-21 | 3 | -141/+0 |
| | |||||
* | Avoid linking in all Python modules to the samba binaries - we can just let ↵ | Jelmer Vernooij | 2008-12-21 | 1 | -1/+1 |
| | | | | Python dlopen() them. | ||||
* | 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: Fix makefile expression to work on more systems | Tim Prouty | 2008-11-18 | 1 | -1/+1 |
| | |||||
* | 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 building of SWIG files from merged build. | Jelmer Vernooij | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | Fix installation of Samba 4 during merged build. | Jelmer Vernooij | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Rename smbd -> samba. | Jelmer Vernooij | 2008-09-24 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c | ||||
* | Prevent prefix=/usr being used without --with-fhs. | Matthias Dieter Wallnoefer | 2008-09-18 | 1 | -0/+5 |
| | |||||
* | Fix uninstalling of binaries. | Matthias Dieter Wallnöfer | 2008-09-10 | 1 | -3/+3 |
| | | | | (This used to be commit 6ad94d10f79f206fcdeb23cf71595e38c7a77855) | ||||
* | Allow overriding shared library policy using environment variable. | Jelmer Vernooij | 2008-09-03 | 1 | -2/+4 |
| | | | | (This used to be commit d5c61f470d7aa6dd0e5a22e8718d53a69cbbc239) | ||||
* | Fix embedding of Samba 4. | Jelmer Vernooij | 2008-09-03 | 1 | -3/+9 |
| | | | | (This used to be commit 3862f3132549332e0a44fad65d7c49a27e1dbd4a) | ||||
* | build: generate :: rules for automatic dependencies | Stefan Metzmacher | 2008-08-26 | 1 | -2/+2 |
| | | | | | metze (This used to be commit 66d8da17a4c3543e133452f9a87702a2a8fb609c) | ||||
* | 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) | ||||
* | build: allow flex-2.34 together with bison-2.3 | Stefan Metzmacher | 2008-08-01 | 2 | -3/+14 |
| | | | | | metze (This used to be commit 8bd30a7b4392642ef5184f959d801716d2db20b2) | ||||
* | smb_build: use MERGED_OBJ instead of STATIC_LIBRARY | Stefan Metzmacher | 2008-06-30 | 1 | -2/+2 |
| | | | | | metze (This used to be commit 54b06a1c839a9af4565635011e3e624271769cc7) | ||||
* | smb_build: enable implicit make rules | Stefan Metzmacher | 2008-06-30 | 1 | -0/+1 |
| | | | | | metze (This used to be commit be3f3e18d476431f991d08317eb94b4aebe927e6) | ||||
* | 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) |