1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-04 00:59:13 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
8452300c76 Allow user to specify CFLAGS even when using configure.developer
Andrew Bartlett
-
697e8e6de5 Run configure script using dirname of $0. This allows configure.developer
to be run when the build directory != source directory.
-
fbcf83140d Changes from APPLIANCE_HEAD:
- merged Tim's vlp (virtual lp) test program.  Enable it with
      -DDEVELOPER or by using ./configure.developer
	  (source/include/smb.h source/configure.developer
	   source/printing/lpq_parse.c source/param/loadparm.c
	   testsuite/printing/.cvsignore testsuite/printing/Makefile.vlp
	   testsuite/printing/vlp.c)
-
ca02d9f821 Cleaning up the warnings from configure.developer.
Found that Jeremy had already made some of the changes.
-
6e9ab51578 Pass arguments to ./configure -
8976e26d46 simple mods to add msrpc pipe redirection. default behaviour: fall back
to using internal msrpc code in smbd.
-
453a822a76 first pass at updating head branch to be to be the same as the SAMBA_2_0 branch -
569aca445a 'export BEANS=ham' is a bash-ism. For those who don't have a symbolic
link from bash to /bin/sh, the correct form is 'BEANS=ham; export BEANS'.
-
4e89fbb7d9 oops, put -DDEBUG_PASSWORD in wrong place. -
511ef8a58c added <mysql.h> autoconf test. -
e717b89840 enabling optimisation switches on some compiler warnings -
48ff3e2429 dce/rpc. bug-fix in ipc.c (introduced today :) -
0f835b52f8 script that defines some useful developer compiler options (gcc)
and then runs ./configure.

dunno what rpcclient's doing in this commit, but i'm tired, so who cares.
-