summaryrefslogtreecommitdiffstats
path: root/source/configure.developer
Commit message (Collapse)AuthorAgeFilesLines
* Changes from APPLIANCE_HEAD:David O'Neill2000-12-051-1/+1
| | | | | | | | | | | | | | | - clean up some confusing variable names, remove unreachable 'break' statements. (source/printing/nt_printing.c) - reformatted to fit 80 columns (docs/docbook/docbook.txt) - configure.developer now runs configure in `dirname $0` (source/configure.developer) - syncup of smbclient docs (docs/htmldocs/smbclient.1.html docs/manpages/smbclient.1 docs/yodldocs/smbclient.1.yo) - fix to debugging code (testsuite/printing/psec.c)
* Changes from APPLIANCE_HEAD:David O'Neill2000-11-161-1/+1
| | | | - stuff that got missed for virtual lp
* 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.