summaryrefslogtreecommitdiff
path: root/source4/build
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Fix a non-empty line with just spacesVolker Lendecke2008-06-271-1/+1
| | | | (This used to be commit ba6394cb654f2a6683b5e97fad8e838d8e457e06)
* Fix the definition of abspath for gnu make < 3.81Volker Lendecke2008-06-271-1/+1
| | | | (This used to be commit f2725f14918b7d1cd7664fe41ad0fc184aa794c8)
* Use make magic for installing/uninstalling binaries.Jelmer Vernooij2008-06-261-19/+7
| | | | (This used to be commit 97b724417fc8110f7c591779b0c17bd072be304f)
* Use make template for installing binaries.Jelmer Vernooij2008-06-263-7/+46
| | | | (This used to be commit 3fb35fc03d5cfb48d0d4f51564ef76e99e74f81c)
* Use workaround for $(abspath)Jelmer Vernooij2008-06-251-0/+3
| | | | (This used to be commit 21b4d017a2cccdaa6ab4ed32409f19c612293fd0)
* Revert "Add configure test for vdeplug library."Stefan Metzmacher2008-06-101-3/+0
| | | | | | | | | | | This reverts commit 89590d7dfe0735093a4a5b66eeed9276df043ac9. We don't need this yet and currently config.m4 is also used by samba3 which bail out with the check in it, as it doesn't know about the SMB_EXT_LIB() macro metze (This used to be commit bd0ec1754e6e187d421a718410ecd7c21922aa8b)
* build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_Stefan Metzmacher2008-06-091-3/+3
| | | | | | | AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (This used to be commit 0241af873fdefd5856932190ca0019a2d3c05703)
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-312-0/+5
| | | | | | | | This commit broke the build, because not all files (libreplace, popt) were updated. Andrew Bartlett (This used to be commit 3faacf4351d68a10aea78b53768571d2059772ae)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij2008-05-301-2/+2
|\ | | | | | | | | | | | | Conflicts: source/samba4-skip (This used to be commit 7b0e0eb346c2f6a240b20fbcf14029539c6512b9)
| * Reorder the linking of objects into a binary.Andrew Bartlett2008-05-301-2/+2
| | | | | | | | | | | | | | | | | | The hope here is to get 'main' closer to the front of the binary, which might help linking of PPC with gcov (we were overflowing the 24bit limit on the TOC) Andrew Bartlett (This used to be commit 7646574411b753794f1b8712612a91940407f8d7)