1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Andrew Bartlett
23173125cd Change ./configure.developer to stay in effect across a
'./config.status --recheck' by making it a real configure option.

reran autoconf
0001-01-01 00:00:00 +00:00
Andrew Bartlett
8452300c76 Allow user to specify CFLAGS even when using configure.developer
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Tim Potter
697e8e6de5 Run configure script using dirname of $0. This allows configure.developer
to be run when the build directory != source directory.
0001-01-01 00:00:00 +00:00
David O'Neill
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)
0001-01-01 00:00:00 +00:00
Shirish Kalele
ca02d9f821 Cleaning up the warnings from configure.developer.
Found that Jeremy had already made some of the changes.
0001-01-01 00:00:00 +00:00
Tim Potter
6e9ab51578 Pass arguments to ./configure 0001-01-01 00:00:00 +00:00
Luke Leighton
8976e26d46 simple mods to add msrpc pipe redirection. default behaviour: fall back
to using internal msrpc code in smbd.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
453a822a76 first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
Tim Potter
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'.
0001-01-01 00:00:00 +00:00
Luke Leighton
4e89fbb7d9 oops, put -DDEBUG_PASSWORD in wrong place. 0001-01-01 00:00:00 +00:00
Luke Leighton
511ef8a58c added <mysql.h> autoconf test. 0001-01-01 00:00:00 +00:00
Luke Leighton
e717b89840 enabling optimisation switches on some compiler warnings 0001-01-01 00:00:00 +00:00
Luke Leighton
48ff3e2429 dce/rpc. bug-fix in ipc.c (introduced today :) 0001-01-01 00:00:00 +00:00
Luke Leighton
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.
0001-01-01 00:00:00 +00:00