summaryrefslogtreecommitdiff
path: root/source4/build
Commit message (Expand)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 P...Jelmer Vernooij2008-12-211-1/+1
* 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
* 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 on...Tim Prouty2008-11-121-2/+13
* 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
* 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
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
* 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
* Allow overriding shared library policy using environment variable.Jelmer Vernooij2008-09-031-2/+4
* Fix embedding of Samba 4.Jelmer Vernooij2008-09-031-3/+9
* build: generate :: rules for automatic dependenciesStefan Metzmacher2008-08-261-2/+2
* configure: use AS_HELP_STRING for --with-disable-ext-libMichael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --enable-developerMichael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --enable-debug.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-selftest-prefix.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-logfilebase.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-piddirMichael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-lockdir.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --ntp-signd-socket-dir.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-winbindd-socket-dir .Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-privatedirMichael Adam2008-08-161-1/+1
* configure: format help string for --with-fhs with AS_HELP_STRING().Michael Adam2008-08-161-1/+1
* configure: remove duplicate definition of --with-winbindd-socket-dir.Michael Adam2008-08-161-16/+0
* build: autogenarate VPATH by configureStefan Metzmacher2008-08-011-0/+3
* build: allow flex-2.34 together with bison-2.3Stefan Metzmacher2008-08-012-3/+14
* smb_build: use MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher2008-06-301-2/+2
* smb_build: enable implicit make rulesStefan Metzmacher2008-06-301-0/+1
* Use a configure-specified directory for the winbind priv pipeAndrew Bartlett2008-06-281-2/+37
* Fix a non-empty line with just spacesVolker Lendecke2008-06-271-1/+1
* Fix the definition of abspath for gnu make < 3.81Volker Lendecke2008-06-271-1/+1
* Use make magic for installing/uninstalling binaries.Jelmer Vernooij2008-06-261-19/+7
* Use make template for installing binaries.Jelmer Vernooij2008-06-263-7/+46
* Use workaround for $(abspath)Jelmer Vernooij2008-06-251-0/+3
* Revert "Add configure test for vdeplug library."Stefan Metzmacher2008-06-101-3/+0
* build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_Stefan Metzmacher2008-06-091-3/+3
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-312-0/+5
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij2008-05-301-2/+2
|\
| * Reorder the linking of objects into a binary.Andrew Bartlett2008-05-301-2/+2