1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

1637 Commits

Author SHA1 Message Date
Stefan Metzmacher
308eb1c46e Revert "quote ' inside '...' and make sure shell isn't eating \ by using perl here."
This reverts commit 2a52b059ce44403ff6ced066e0bb23fa6cc66a73.

It breaks the build on ubuntu.

metze
2009-01-09 12:23:58 +01:00
Björn Jacke
2a52b059ce quote ' inside '...' and make sure shell isn't eating \ by using perl here.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-01-09 12:21:01 +01:00
Jelmer Vernooij
af744e0954 Merge branch 'master' of ssh://git.samba.org/data/git/samba 2009-01-04 22:48:23 +01:00
Stefan Metzmacher
f9cb82d547 s4:build: add SMB_MAKE_SETTINGS() macro
metze
2009-01-04 18:57:18 +01:00
Jelmer Vernooij
2dc045007e make: Search for c tags in ../ as well. 2009-01-01 03:30:54 +01:00
Jelmer Vernooij
8b24da201b Allow using external libtevent. 2008-12-23 19:59:57 +01:00
Jelmer Vernooij
8ada273700 Use make variable for Samba 4 shared library output directory. 2008-12-23 01:53:38 +01:00
Jelmer Vernooij
07bdb454e2 Use relative paths for Python modules. Seems to workaround a strange bug in
GNU make.
2008-12-23 00:59:39 +01:00
Jelmer Vernooij
c2872a6ba5 Force symbolic links for shared library sonames to be created,
as they are required at run-time.
2008-12-22 23:36:48 +01:00
Jelmer Vernooij
c023828962 Fix missing symbols issues when building with shared libraries. 2008-12-22 21:03:09 +01:00
Jelmer Vernooij
d75c51eef3 Remove infrastructure for (no longer used) SWIG. 2008-12-21 21:16:40 +01:00
Jelmer Vernooij
bd41b4579c Avoid linking in all Python modules to the samba binaries - we can just let Python dlopen() them. 2008-12-21 00:53:06 +01:00
Jelmer Vernooij
8e9c5f8c00 Don't filter out any variables for config.pm, only for config.mk. 2008-11-26 16:55:32 +01:00
Jelmer Vernooij
f1d887251d Use a simple shell loop instead of _AC_SUBST_VARS.
Autoconf has removed _AC_SUBST_VARS in newer versions.
2008-11-26 16:22:11 +01:00
Tim Prouty
314e5cfa7f s3/s4 build: Fix makefile expression to work on more systems 2008-11-18 17:43:38 -08:00
Tim Prouty
9efed3b936 s3/s4 build: Add additional LDFLAGS in check_python.m4 to allow it to pass 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.
2008-11-12 17:16:28 -08:00
Jelmer Vernooij
0ab0373a97 Fix building of SWIG files from merged build. 2008-10-30 23:28:50 +01:00
Jelmer Vernooij
c9f69f1436 Fix installation of Samba 4 during merged build. 2008-10-30 23:19:51 +01:00
Jelmer Vernooij
ecca199486 Fix merged build . 2008-10-14 23:25:12 +02:00
Jelmer Vernooij
6e2a470cd2 Move make check out of cache call to avoid weird formatting. 2008-10-14 22:40:21 +02:00
Jelmer Vernooij
79f1ba8754 Make check_*.m4 m4 library files just contain functions that can be
executed from other m4 files.
2008-10-14 22:37:10 +02:00
Jelmer Vernooij
4468279ca2 Move checks for perl inside function. 2008-10-14 22:27:07 +02:00
Jelmer Vernooij
ed6d3fd7ab Move checks for make inside function. 2008-10-14 22:26:54 +02:00
Jelmer Vernooij
b208262c53 Fix path check. 2008-10-14 22:20:36 +02:00
Jelmer Vernooij
e0af9601e1 Fix FHS flag, rename to --enable-fhs since it's a feature flag
and doesn't take any arguments.
2008-09-30 16:41:21 +02:00
Jelmer Vernooij
6a689c23e8 Rename smbd -> samba.
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091.

Conflicts:

	source4/smbd/server.c
2008-09-24 03:16:15 +02:00
Matthias Dieter Wallnoefer
e9429a2abe Prevent prefix=/usr being used without --with-fhs. 2008-09-18 18:40:47 +02:00
Matthias Dieter Wallnöfer
ce288824bb Fix uninstalling of binaries.
(This used to be commit 6ad94d10f79f206fcdeb23cf71595e38c7a77855)
2008-09-10 00:09:28 +02:00
Jelmer Vernooij
1a1c304051 Allow overriding shared library policy using environment variable.
(This used to be commit d5c61f470d7aa6dd0e5a22e8718d53a69cbbc239)
2008-09-03 22:26:02 +02:00
Jelmer Vernooij
a2618d05f9 Fix embedding of Samba 4.
(This used to be commit 3862f3132549332e0a44fad65d7c49a27e1dbd4a)
2008-09-03 14:10:35 +02:00
Stefan Metzmacher
467e3f7760 build: generate :: rules for automatic dependencies
metze
(This used to be commit 66d8da17a4c3543e133452f9a87702a2a8fb609c)
2008-08-26 11:12:32 +02:00
Michael Adam
613b8d398e configure: use AS_HELP_STRING for --with-disable-ext-lib
Michael
(This used to be commit 88cf5d8b708d6247772b33128f0e212a4c2e9ba8)
2008-08-16 00:49:20 +02:00
Michael Adam
a903c39d2b configure: use AS_HELP_STRING for --enable-developer
Michael
(This used to be commit b10d4723891c39693100bfaaf1ac29adce9f7a86)
2008-08-16 00:49:20 +02:00
Michael Adam
982aa673e2 configure: use AS_HELP_STRING for --enable-debug.
Michael
(This used to be commit 1f4bf8fbd5bfc9c58bb5668fe25586766605b268)
2008-08-16 00:49:20 +02:00
Michael Adam
37b6e7886b configure: use AS_HELP_STRING for --with-selftest-prefix.
Michael
(This used to be commit eea4f597acf743fa783be3e5809e24aebc79f238)
2008-08-16 00:49:20 +02:00
Michael Adam
56bf6489a6 configure: use AS_HELP_STRING for --with-logfilebase.
Michael
(This used to be commit f9c15b817a24bed26a339479c53fc2f5cc5b36df)
2008-08-16 00:49:19 +02:00
Michael Adam
42104c3d11 configure: use AS_HELP_STRING for --with-piddir
Michael
(This used to be commit f05a9fe46ff428e48be9a5af4a6769cd78712c11)
2008-08-16 00:49:19 +02:00
Michael Adam
3ebf7f0427 configure: use AS_HELP_STRING for --with-lockdir.
Michael
(This used to be commit ed4a6e780a3f57854338520e4608cfc8dce4ef3e)
2008-08-16 00:49:19 +02:00
Michael Adam
76c96ad6d7 configure: use AS_HELP_STRING for --ntp-signd-socket-dir.
Michael
(This used to be commit dd07dcbc916236d80d9a7087860a6f504bbb09e8)
2008-08-16 00:49:19 +02:00
Michael Adam
d143e5fcab configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.
Michael
(This used to be commit 3bf8116531d4eb0cc25bc7bac70ae3c77642a5a3)
2008-08-16 00:49:18 +02:00
Michael Adam
cc7d7ba95b configure: use AS_HELP_STRING for --with-winbindd-socket-dir .
Michael
(This used to be commit 1304eda283b29fff8960633b1329c0a1611e1ca3)
2008-08-16 00:49:18 +02:00
Michael Adam
7b3bb57051 configure: use AS_HELP_STRING for --with-privatedir
Michael
(This used to be commit eafde5bee0a68fd4cf61ae64dfb24e4deb16b95a)
2008-08-16 00:49:18 +02:00
Michael Adam
df4e1ad130 configure: format help string for --with-fhs with AS_HELP_STRING().
Michael
(This used to be commit 837d0b3eb213ce6d0ce5345308d1b42ae2b08d67)
2008-08-16 00:49:18 +02:00
Michael Adam
44b6ffae0b configure: remove duplicate definition of --with-winbindd-socket-dir.
I think this should have gone with fa361354433fb9a5c09c84997a7c51f3052c294e.

Michael
(This used to be commit 91fcaac68b215461a13c1b517f6cede29af5e55c)
2008-08-16 00:49:18 +02:00
Stefan Metzmacher
8dede49961 build: autogenarate VPATH by configure
metze
(This used to be commit 16147753adcdbdc0ee9faa16fafb1c74240a6858)
2008-08-01 17:52:36 +02:00
Stefan Metzmacher
cf875a5621 build: allow flex-2.34 together with bison-2.3
metze
(This used to be commit 8bd30a7b4392642ef5184f959d801716d2db20b2)
2008-08-01 16:10:59 +02:00
Stefan Metzmacher
4deff16ddb smb_build: use MERGED_OBJ instead of STATIC_LIBRARY
metze
(This used to be commit 54b06a1c839a9af4565635011e3e624271769cc7)
2008-06-30 09:25:29 +02:00
Stefan Metzmacher
b438d59eb5 smb_build: enable implicit make rules
metze
(This used to be commit be3f3e18d476431f991d08317eb94b4aebe927e6)
2008-06-30 09:25:28 +02:00
Andrew Bartlett
234413fbd9 Use a configure-specified directory for the winbind priv pipe
This makes it easier for RPMs to specify an group for access to that
directory.

Andrew Bartlett
(This used to be commit fa361354433fb9a5c09c84997a7c51f3052c294e)
2008-06-28 22:02:19 +10:00
Volker Lendecke
f5604ebd61 Fix a non-empty line with just spaces
(This used to be commit ba6394cb654f2a6683b5e97fad8e838d8e457e06)
2008-06-27 12:14:41 +02:00