summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Collapse)AuthorAgeFilesLines
* s4:build: use SAMBA_PKG_CONFIG_MIN_VERSION instead of PKG_CONFIG_MIN_VERSIONStefan Metzmacher2009-04-151-2/+3
| | | | | | | | | And also intialize the variable. This fixes ./autogen.sh in the merged build for me. metze (cherry picked from commit 937a058cf25672bc22bf07183b0fb485138f6593) (cherry picked from commit 0918711c8cfd69d751ac7d0ab553575c34ea8ff4)
* s4:build: try to fix the build with the ibm checker in the build-farmStefan Metzmacher2009-03-121-1/+1
| | | | | | The problem is that the shell eats the quotes in -DFOO="foo, bar, NULL" metze
* s4:build: add some comments to the SMB_EXT_LIB() definitionStefan Metzmacher2009-02-251-0/+7
| | | | metze
* Let --enable-external-libldb default to no (since linking againstJelmer Vernooij2009-02-211-2/+4
| | | | | external LDB doesn't work yet). Fix flags when using internal libs.
* Add --enable-external-* flags for libraries shipped with Samba, to allowJelmer Vernooij2009-02-211-0/+22
| | | | | explicitly enabling or disabling the use of the version provided by the system.
* Revert "Fix errornos assumption that all compilers are gcc"Jelmer Vernooij2009-02-091-1/+1
| | | | | | This breaks (some?) files with gcc. This reverts commit 98a4327b19e83ffad4e0be7e8895fdbd9e48d49f.
* Fix errornos assumption that all compilers are gccTorgeir Lerkerod2009-02-091-1/+1
| | | | | | | | | | When compiling Samba 4's IDL files buildsystem assumes that compiler knows about -xc, which is a gcc spesefic switch as this switch isn't needed on gcc either the flag was uneeded and can be removed. Thus no warnings on non gcc systems. Signed-off-by: Torgeir Lerkerod <Torgeir.Lerkerod@gmail.com> Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4:build: add a comment why we need CFLAG_NO_CAST_QUAL and ↵Stefan Metzmacher2009-02-021-4/+7
| | | | | | CFLAG_NO_UNUSED_MACROS metze
* "test" expects only one =Björn Jacke2009-02-011-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 Jacke2009-01-291-5/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Move configure test files to the top-level and share them between s3 andJelmer Vernooij2009-01-2212-1292/+5
| | | | s4.
* Move check_python.m4 to common m4 directory.Jelmer Vernooij2009-01-212-101/+1
|
* Only check for Perl once in Samba 3.Jelmer Vernooij2009-01-212-33/+1
|
* Move check_make.m4 to the top-level.Jelmer Vernooij2009-01-212-34/+1
|
* 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)