summaryrefslogtreecommitdiffstats
path: root/source/script/mkbuildoptions.awk
Commit message (Collapse)AuthorAgeFilesLines
* buildoptions: output MODULESDIR.Michael Adam2008-08-151-0/+1
| | | | Michael
* Forgot build options was generated... fix.Jeremy Allison2007-12-101-12/+12
| | | | Jeremy.
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
| | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy.
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-1/+1
|
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-0/+1
| | | | more no previous prototype warnings
* r15447: Teach "smbd -b" to emit the sizes of a few more types thatJames Peach2007-10-101-8/+15
| | | | | might be interesting. Push the spacing across a bit so that it all lines up nicely.
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-061-8/+8
|
* Generate 64-bit clean printf's for build options.Tim Potter2003-11-041-8/+8
|
* Fix for format string warning from vanceAndrew Bartlett2003-04-291-8/+8
|
* Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate theAndrew Bartlett2003-04-231-0/+262
build options, so we will always have the right values for how and when an smbd was built. In particular, this is indended to address bitrot caused by configure.in changes. Andrew Bartlett