summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Collapse)AuthorAgeFilesLines
* Fixed problemed showed on a number of systems on the buildfarm.Torgeir Lerkerod2009-01-141-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 Metzmacher2009-01-091-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 Jacke2009-01-091-2/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-041-0/+8
|\
| * s4:build: add SMB_MAKE_SETTINGS() macroStefan Metzmacher2009-01-041-0/+8
| | | | | | | | metze
* | make: Search for c tags in ../ as well.Jelmer Vernooij2009-01-011-2/+4
|/
* Allow using external libtevent.Jelmer Vernooij2008-12-231-0/+1
|
* Use make variable for Samba 4 shared library output directory.Jelmer Vernooij2008-12-232-2/+2
|
* Use relative paths for Python modules. Seems to workaround a strange bug inJelmer Vernooij2008-12-231-1/+1
| | | | GNU make.
* Force symbolic links for shared library sonames to be created,Jelmer Vernooij2008-12-221-1/+1
| | | | as they are required at run-time.
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
|
* Remove infrastructure for (no longer used) SWIG.Jelmer Vernooij2008-12-213-141/+0
|
* Avoid linking in all Python modules to the samba binaries - we can just let ↵Jelmer Vernooij2008-12-211-1/+1
| | | | Python dlopen() them.
* Don't filter out any variables for config.pm, only for config.mk.Jelmer Vernooij2008-11-261-3/+1
|
* Use a simple shell loop instead of _AC_SUBST_VARS.Jelmer Vernooij2008-11-261-3/+12
| | | | Autoconf has removed _AC_SUBST_VARS in newer versions.
* s3/s4 build: Fix makefile expression to work on more systemsTim Prouty2008-11-181-1/+1
|
* s3/s4 build: Add additional LDFLAGS in check_python.m4 to allow it to pass ↵Tim Prouty2008-11-121-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 Vernooij2008-10-301-1/+1
|
* Fix installation of Samba 4 during merged build.Jelmer Vernooij2008-10-301-1/+1
|
* Fix merged build .Jelmer Vernooij2008-10-141-1/+0
|
* Move make check out of cache call to avoid weird formatting.Jelmer Vernooij2008-10-141-1/+1
|
* Make check_*.m4 m4 library files just contain functions that can beJelmer Vernooij2008-10-145-24/+266
| | | | executed from other m4 files.
* Move checks for perl inside function.Jelmer Vernooij2008-10-141-5/+12
|
* Move checks for make inside function.Jelmer Vernooij2008-10-141-2/+14
|
* Fix path check.Jelmer Vernooij2008-10-141-1/+1
|
* Fix FHS flag, rename to --enable-fhs since it's a feature flagJelmer Vernooij2008-09-301-7/+12
| | | | and doesn't take any arguments.
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
| | | | | | | | This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c
* Prevent prefix=/usr being used without --with-fhs.Matthias Dieter Wallnoefer2008-09-181-0/+5
|
* Fix uninstalling of binaries.Matthias Dieter Wallnöfer2008-09-101-3/+3
| | | | (This used to be commit 6ad94d10f79f206fcdeb23cf71595e38c7a77855)
* Allow overriding shared library policy using environment variable.Jelmer Vernooij2008-09-031-2/+4
| | | | (This used to be commit d5c61f470d7aa6dd0e5a22e8718d53a69cbbc239)
* Fix embedding of Samba 4.Jelmer Vernooij2008-09-031-3/+9
| | | | (This used to be commit 3862f3132549332e0a44fad65d7c49a27e1dbd4a)
* build: generate :: rules for automatic dependenciesStefan Metzmacher2008-08-261-2/+2
| | | | | metze (This used to be commit 66d8da17a4c3543e133452f9a87702a2a8fb609c)
* configure: use AS_HELP_STRING for --with-disable-ext-libMichael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit 88cf5d8b708d6247772b33128f0e212a4c2e9ba8)
* configure: use AS_HELP_STRING for --enable-developerMichael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit b10d4723891c39693100bfaaf1ac29adce9f7a86)
* configure: use AS_HELP_STRING for --enable-debug.Michael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit 1f4bf8fbd5bfc9c58bb5668fe25586766605b268)
* configure: use AS_HELP_STRING for --with-selftest-prefix.Michael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit eea4f597acf743fa783be3e5809e24aebc79f238)
* configure: use AS_HELP_STRING for --with-logfilebase.Michael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit f9c15b817a24bed26a339479c53fc2f5cc5b36df)
* configure: use AS_HELP_STRING for --with-piddirMichael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit f05a9fe46ff428e48be9a5af4a6769cd78712c11)
* configure: use AS_HELP_STRING for --with-lockdir.Michael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit ed4a6e780a3f57854338520e4608cfc8dce4ef3e)
* configure: use AS_HELP_STRING for --ntp-signd-socket-dir.Michael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit dd07dcbc916236d80d9a7087860a6f504bbb09e8)
* configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.Michael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit 3bf8116531d4eb0cc25bc7bac70ae3c77642a5a3)
* configure: use AS_HELP_STRING for --with-winbindd-socket-dir .Michael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit 1304eda283b29fff8960633b1329c0a1611e1ca3)
* configure: use AS_HELP_STRING for --with-privatedirMichael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit eafde5bee0a68fd4cf61ae64dfb24e4deb16b95a)
* configure: format help string for --with-fhs with AS_HELP_STRING().Michael Adam2008-08-161-1/+1
| | | | | Michael (This used to be commit 837d0b3eb213ce6d0ce5345308d1b42ae2b08d67)
* configure: remove duplicate definition of --with-winbindd-socket-dir.Michael Adam2008-08-161-16/+0
| | | | | | | I think this should have gone with fa361354433fb9a5c09c84997a7c51f3052c294e. Michael (This used to be commit 91fcaac68b215461a13c1b517f6cede29af5e55c)
* build: autogenarate VPATH by configureStefan Metzmacher2008-08-011-0/+3
| | | | | metze (This used to be commit 16147753adcdbdc0ee9faa16fafb1c74240a6858)
* build: allow flex-2.34 together with bison-2.3Stefan Metzmacher2008-08-012-3/+14
| | | | | metze (This used to be commit 8bd30a7b4392642ef5184f959d801716d2db20b2)
* smb_build: use MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher2008-06-301-2/+2
| | | | | metze (This used to be commit 54b06a1c839a9af4565635011e3e624271769cc7)
* smb_build: enable implicit make rulesStefan Metzmacher2008-06-301-0/+1
| | | | | metze (This used to be commit be3f3e18d476431f991d08317eb94b4aebe927e6)
* Use a configure-specified directory for the winbind priv pipeAndrew Bartlett2008-06-281-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)