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
Matthias Dieter Wallnoefer
e9429a2abe
Prevent prefix=/usr being used without --with-fhs.
2008-09-18 18:40:47 +02:00
Jelmer Vernooij
a2618d05f9
Fix embedding of Samba 4.
...
(This used to be commit 3862f31325
)
2008-09-03 14:10:35 +02:00
Michael Adam
613b8d398e
configure: use AS_HELP_STRING for --with-disable-ext-lib
...
Michael
(This used to be commit 88cf5d8b70
)
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 b10d472389
)
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 1f4bf8fbd5
)
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 eea4f597ac
)
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 f9c15b817a
)
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 f05a9fe46f
)
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 ed4a6e780a
)
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 dd07dcbc91
)
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 3bf8116531
)
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 1304eda283
)
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 eafde5bee0
)
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 837d0b3eb2
)
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 fa36135443
.
Michael
(This used to be commit 91fcaac68b
)
2008-08-16 00:49:18 +02:00
Stefan Metzmacher
8dede49961
build: autogenarate VPATH by configure
...
metze
(This used to be commit 16147753ad
)
2008-08-01 17:52:36 +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 fa36135443
)
2008-06-28 22:02:19 +10:00
Stefan Metzmacher
b0d43b862a
build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_
...
AC_CACHE_VAL() variables must contain _cv_ to be cached.
metze
(This used to be commit 0241af873f
)
2008-06-09 10:54:24 +02:00
Andrew Bartlett
be14efbdf9
Revert Jelmer's CFLAGS commit e2b71a0ecb
...
This commit broke the build, because not all files (libreplace, popt)
were updated.
Andrew Bartlett
(This used to be commit 3faacf4351
)
2008-05-31 08:35:55 +10:00
Jelmer Vernooij
39f50afc57
Move CFLAGS handling out of smb_build.
...
(This used to be commit e2b71a0ecb
)
2008-05-30 02:07:28 +02:00
Andrew Bartlett
b9213316c7
Allow the ntp_signd socket to be set from configure.
...
This will allow distributions to hard-code this path, particularly for
selinux, and matches how we handle the winbind socket dir.
Andrew Bartlett
(This used to be commit c8b4416504
)
2008-05-29 15:20:58 +10:00
Jelmer Vernooij
1067678048
Allow specifying different input file to smb_build.
...
(This used to be commit c4bfc0b8da
)
2008-05-18 18:08:37 +02:00
Jelmer Vernooij
353afc8d94
Move writing of data.mk file to m4 macro.
...
(This used to be commit 7fee112d2b
)
2008-05-18 17:55:50 +02:00
Jelmer Vernooij
9207a22a0e
Move writing autoconf vars into files into m4 macros.
...
(This used to be commit 3ce8a4bb55
)
2008-05-18 17:48:50 +02:00
Jelmer Vernooij
5d02514f72
Fail earlier on if shared libs can't be built.
...
(This used to be commit 2e8766145a
)
2008-05-11 15:37:09 +02:00
Jelmer Vernooij
bfd4850636
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
...
(This used to be commit cce1659d33
)
2008-05-10 21:29:42 +02:00
Jelmer Vernooij
e7910c6fcb
Revert "Fix building with system-provided LDB."
...
This reverts commit fbfbc1f163
.
(This used to be commit 9d1d2abed1
)
2008-05-10 20:59:48 +02:00
Jelmer Vernooij
640792fb58
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
...
(This used to be commit cca75ae22d
)
2008-05-10 20:44:59 +02:00
Jelmer Vernooij
69247584ea
Fix building with system-provided LDB.
...
(This used to be commit fbfbc1f163
)
2008-05-10 20:17:02 +02:00
Jelmer Vernooij
cc9c4aaa8d
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
...
Conflicts:
source/Makefile
source/auth/config.mk
source/auth/gensec/config.mk
source/build/m4/public.m4
source/build/make/python.mk
source/build/make/rules.mk
source/build/smb_build/header.pm
source/build/smb_build/main.pl
source/build/smb_build/makefile.pm
source/dsdb/config.mk
source/dsdb/samdb/ldb_modules/config.mk
source/kdc/config.mk
source/lib/events/config.mk
source/lib/events/events.c
source/lib/ldb/config.mk
source/lib/nss_wrapper/config.mk
source/lib/policy/config.mk
source/lib/util/config.mk
source/libcli/smb2/config.mk
source/libnet/config.mk
source/librpc/config.mk
source/nbt_server/config.mk
source/ntptr/ntptr_base.c
source/ntvfs/posix/config.mk
source/ntvfs/sysdep/config.mk
source/param/config.mk
source/rpc_server/config.mk
source/rpc_server/service_rpc.c
source/scripting/ejs/config.mk
source/scripting/python/config.mk
source/smb_server/config.mk
source/smbd/server.c
source/torture/config.mk
source/torture/smb2/config.mk
source/wrepl_server/config.mk
(This used to be commit 13bbd42068
)
2008-04-25 10:04:20 +01:00
Jelmer Vernooij
08baea013b
Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables directly instead.
...
(This used to be commit 9d0ae012b0
)
2008-04-15 02:25:16 +02:00
Jelmer Vernooij
a15b6f1606
Fix unresolved symbols.
...
(This used to be commit 8573e828d1
)
2008-04-14 20:00:04 +02:00
Jelmer Vernooij
ffc5cbfe80
Move object files lists to makefile rather than smb_build.
...
(This used to be commit 5628d58990
)
2008-04-14 16:53:00 +02:00
Jelmer Vernooij
18d80bdf1f
Merge v4.0-test
...
(This used to be commit 977dbdeaf3
)
2008-03-28 00:44:14 +01:00
Jelmer Vernooij
b29d47edcf
Move object file lists to the Makefile.
...
(This used to be commit a7e6d2a183
)
2008-03-03 18:25:28 +01:00
Jelmer Vernooij
27a0b3210f
Remove workaround for some non-GNU makes.
...
(This used to be commit 0580357fb4
)
2008-02-29 14:07:15 +01:00
Jelmer Vernooij
8e42aee98e
Remove workaround for some non-GNU makes.
...
(This used to be commit d817bcdc29
)
2008-02-25 18:44:52 +01:00
Andrew Bartlett
1c1781b2c4
Simpler specification of CFLAGS and LDFLAGS
...
By being more consistant in applying CFLAGS and LDFLAGS (in
particular) to every invocation, we make it simpler to enable gcov
code coverage, both in the build system and on the build farm.
Andrew Bartlett
(This used to be commit 8c2f658a96
)
2008-02-20 19:20:13 +11:00
Michael Adam
c05b9ef58a
Fix a typo.
...
Michael
(This used to be commit 39499a3346
)
2008-02-19 16:50:13 +01:00
Jelmer Vernooij
ff0315ba85
Rename include to mkinclude to emphasize it is different from make's include.
...
(This used to be commit 0e1d0a874a
)
2008-02-18 20:04:18 +01:00
Jelmer Vernooij
094769618e
Use implicit build system element creation for external libraries.
...
(This used to be commit 3b08f190c9
)
2008-02-18 19:46:27 +01:00
Jelmer Vernooij
a3052e79f4
Use make variables in cflags file (now supported by cflags.pl)
...
(This used to be commit d746fcde10
)
2008-02-11 19:28:59 +01:00
Jelmer Vernooij
b4c81c0c18
Make data about what subsystems/libraries are enabled available in the mkconfig.mk file.
...
(This used to be commit 4cc93a98f9
)
2008-02-11 14:41:28 +01:00
Jelmer Vernooij
73be46cf45
Move some variables to a separate .mk file that could also be included by a non-smb_build build system.
...
(This used to be commit f44b838b68
)
2008-02-10 23:32:31 +01:00
Jelmer Vernooij
432574366f
Start working on generating .mk file from configure for inclusion in Makefile.
...
(This used to be commit 091f1e7314
)
2008-02-10 22:58:03 +01:00
Jelmer Vernooij
c8c9d70221
Move first_prereq test to m4 code.
...
(This used to be commit c0fef09c5d
)
2008-02-09 17:07:02 +01:00
Michael Adam
1f974c8aa7
Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.
...
Sorry, could not resist: While trying to understand this bit of magic,
I had to bring indentation into shape to see more clearly what is going on.
Also, mixed tabs/spaces are changed to tabs.
Michael
(This used to be commit cbed074f28
)
2008-02-08 16:40:21 +01:00
Jelmer Vernooij
a259547786
build: Remove support for DESCRIPTION setting that is now unused.
...
(This used to be commit 91d7ba5202
)
2008-01-22 18:49:51 +01:00
Jelmer Vernooij
b487ecdfad
build: Fix handling of external pkg-config dependencies when generating pkg-config files.
...
(This used to be commit 88f9e11286
)
2008-01-20 01:19:59 +01:00