1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-24 04:23:53 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
Stefan Metzmacher
e5f752a66b r17531: fix whitespaces
metze
2007-10-10 14:15:34 -05:00
Jelmer Vernooij
2f06305e53 r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues with local
(empty) libpopt.a overriding global one
2007-10-10 14:05:00 -05:00
Stefan Metzmacher
2bef820820 r14913: readd --with-selftest-prefix as it's needed
to workarround the 108 char limitation on unix socket paths.

make test fails when I try to use ./st
in /home/People/metze/devel/samba/4.0/samba4-ci/source/

metze
2007-10-10 14:00:15 -05:00
Jelmer Vernooij
3063e5311e r14910: Remove unused configure options 2007-10-10 14:00:15 -05:00
Jelmer Vernooij
2c7b62a861 r14281: Pull apart LIBDIR and MODULESDIR
Move architecture-independent data to DATADIR (was LIBDIR)
2007-10-10 13:57:07 -05:00
Andrew Bartlett
6b42029de9 r13269: ${prefix} is a special case in the autoconf/build system, and should
be escaped as \${prefix}, otherwise it evaluates too early as "NONE".

Andrew Bartlett
2007-10-10 13:51:40 -05:00
Andrew Bartlett
8866aa06ff r13244: Allow control of the location of the Samba3-compatible winbindd pipe
in Samba4.  This allows us to start winbindd by default, including in
'make test'.

This is via a new 'winbindd socket directory' parameter for utilities
linked against loadparm, as well as a --with-winbindd-socket-dir
option to configure (setting the default and the value for simple
clients).

I hope to add basic winbindd tests, to ensure continued correct
operation, but at least now I don't have to manually change my 'server
services' line.

The other problem with the hard-coded /tmp/.winbind is that RedHat has
moved this in Fedora (to /var/run I think).  For this reason, this
functionality should probably be ported to Samba3 as well.

The default for Samba4 is PREFIX/var/run/winbind_pipe.

I have also re-added the paranoia checks from Samba3 for correct
permissions on the socket directory.

Andrew Bartlett
2007-10-10 13:51:37 -05:00
Stefan Metzmacher
615b82f7c7 r13163: as we don't import the raw magic configure vars for
libdir, datadir, sysconfdir,localstatedir into our Makefile
we need to expand them in configure

I'll maybe rework this later but for now this works

metze
2007-10-10 13:51:31 -05:00
Andrew Bartlett
2c02a45d5a r13153: Try to move closer to FHS. This probably breaks everything...
Andrew Bartlett
2007-10-10 13:51:29 -05:00
Andrew Bartlett
655076d51b r13152: Jelmer assures me that this won't break anything, but does make it
much clearer where things go.

Andrew Bartlett
2007-10-10 13:51:29 -05:00
Stefan Metzmacher
82f5a0462e r12301: FHS 2.2 says that /var/cache/* contains only cached data, which can we removed without
losing data, we should keep our databases under /var/lib/*

should I merge this to samba3 too?

metze
2007-10-10 13:47:27 -05:00
Stefan Metzmacher
8e3b0a9997 r12266: add --with-libdir option to overwrite the result that is set by --with-fhs=yes/no
metze
2007-10-10 13:47:25 -05:00
Stefan Metzmacher
f3e0bf022f r10077: - move gcc option checks to check_cc.m4
- only use -g if supported
- don't allow AC_PROG_C and friends to autoset the CFLAGS
  (we don't want -g -02 by default..., maybe a configure option
   for -OX could be useful...)

metze
2007-10-10 13:37:51 -05:00
Jelmer Vernooij
53d0c3e485 r9587: Fix SWAT data dir for --with-fhs 2007-10-10 13:34:32 -05:00
James Peach
850d073c85 r9494: Add ac-archive macro for checking GCC options. Use this to add to
developer CFLAGS to handle different versions of GCC.
2007-10-10 13:34:22 -05:00
Andrew Tridgell
e2251823fe r8853: fixed path to smb.conf
Jelmer, is this what you intended?
2007-10-10 13:30:11 -05:00
Jelmer Vernooij
bb02e1dccb r8832: Automatically rebuilding C files if headers change (in developer mode) 2007-10-10 13:30:10 -05:00
Jelmer Vernooij
52bb1374bb r8826: Make configure generate config.mk files (with the external libraries
that were found) and a config.pm file (with all substitution variables)
2007-10-10 13:30:09 -05:00
Stefan Metzmacher
9739aa75d2 r8359: fix a shell warning
metze
2007-10-10 13:20:11 -05:00
Stefan Metzmacher
d04057b932 r8020: - add --with-selftest-prefix option that specify the prefix used in make test
- also we use ./prefix test as default and not `pwd`/prefix-test
  to workaround the path length limit for unix sockets
  ... char sun_path[108]; ...

metze
2007-10-10 13:18:59 -05:00
Jelmer Vernooij
f385753a52 r7790: Allow remembering more configure-level data (and
remember --enable-develop for now).
2007-10-10 13:18:36 -05:00
Andrew Tridgell
1383c024d1 r7419: when we have both --enable-developer and --enable-debug we don't need -g twice in the
CFLAGS
2007-10-10 13:17:51 -05:00
Jelmer Vernooij
0dda66f0e8 r7274: Move m4 files to seperate dir 2007-10-10 13:17:35 -05:00