summaryrefslogtreecommitdiffstats
path: root/source/configure.developer
Commit message (Collapse)AuthorAgeFilesLines
* r18373: copy over configure.developer from samba4 which addsStefan Metzmacher2007-10-101-1/+4
| | | | | | -C --enable-socket-wrapper metze
* Use "$@" to preserve shell quoting in case somebody passes an escapedMartin Pool2003-03-101-1/+1
| | | | string as a configure parameter.
* Change ./configure.developer to stay in effect across aAndrew Bartlett2001-09-251-3/+1
| | | | | | './config.status --recheck' by making it a real configure option. reran autoconf
* Allow user to specify CFLAGS even when using configure.developerAndrew Bartlett2001-07-051-1/+1
| | | | Andrew Bartlett
* Run configure script using dirname of $0. This allows configure.developerTim Potter2000-12-011-1/+1
| | | | to be run when the build directory != source directory.
* Changes from APPLIANCE_HEAD:David O'Neill2000-11-141-1/+1
| | | | | | | | | - 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)
* Cleaning up the warnings from configure.developer.Shirish Kalele2000-03-101-1/+2
| | | | Found that Jeremy had already made some of the changes.
* Pass arguments to ./configureTim Potter2000-01-311-1/+1
|
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-1/+1
| | | | to using internal msrpc code in smbd.
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+1
|
* 'export BEANS=ham' is a bash-ism. For those who don't have a symbolicTim Potter1999-07-221-1/+1
| | | | link from bash to /bin/sh, the correct form is 'BEANS=ham; export BEANS'.
* oops, put -DDEBUG_PASSWORD in wrong place.Luke Leighton1999-03-051-1/+1
|
* added <mysql.h> autoconf test.Luke Leighton1999-03-021-1/+1
|
* enabling optimisation switches on some compiler warningsLuke Leighton1998-11-291-1/+1
|
* dce/rpc. bug-fix in ipc.c (introduced today :)Luke Leighton1998-10-201-1/+1
|
* script that defines some useful developer compiler options (gcc)Luke Leighton1998-10-141-0/+3
and then runs ./configure. dunno what rpcclient's doing in this commit, but i'm tired, so who cares.