summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
2002-01-20This is another *BIG* change...Andrew Bartlett1-19/+0
2002-01-14I like --enable-developer, but I find it rather usless when all it gets me is aAndrew Bartlett1-1/+5
2002-01-10We need to test for major/minor macros.Jeremy Allison1-0/+24
2002-01-10Getting ready to add UNIX extensions in HEAD also.Jeremy Allison1-1/+14
2002-01-09Added tests for st_blocks in struct stat, and added a (hateful) constantJeremy Allison1-1/+16
2002-01-09Better explanation message for dmalloc.Martin Pool1-2/+2
2002-01-09With --enable-dmalloc, also use dmalloc's wrappers around routinesMartin Pool1-0/+2
2002-01-08- fixed my breakage of CPPFLAGSAndrew Tridgell1-11/+11
2002-01-07- use CFLAGS when linking shared libs (for things like -64 on irix)Andrew Tridgell1-2/+2
2002-01-07Spelling fix.Tim Potter1-1/+1
2002-01-03Add instructions on using dmalloc.Martin Pool1-0/+8
2002-01-01try to handle broken const in headers on cray unicosAndrew Tridgell1-0/+8
2001-12-31added a simple test to see whether building shared libraries actuallyAndrew Tridgell1-0/+18
2001-12-31cope with systems that don't have full gssapi libsAndrew Tridgell1-1/+5
2001-12-30Make Samba compile on RH 6.2 again.Andrew Bartlett1-1/+1
2001-12-30When running interactive we want to set our own process group forJeremy Allison1-1/+1
2001-12-22merge IRIX winbind support from Samba 2.2 branchHerb Lewis1-1/+1
2001-12-21updated ldap test to test for less common functionAndrew Tridgell1-2/+1
2001-12-20Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool1-0/+8
2001-12-19Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison1-0/+1
2001-12-15Added HPUX ACL code.Jeremy Allison1-25/+29
2001-12-14Updated Solaris link options from DaveCB.Jeremy Allison1-1/+1
2001-12-12allow IRIX to build nsswitch/libnss_wins.soHerb Lewis1-1/+1
2001-12-10Delay gssapi header checking until after kerberos has been located. Wasn't w...Jim McDonough1-1/+4
2001-12-10(merge 1.130.4.93) Display results of checks for shared libraries.Martin Pool1-0/+7
2001-12-08check for gssapi_generic.hAndrew Tridgell1-1/+2
2001-12-08added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell1-1/+2
2001-12-05merge from 2.2Herb Lewis1-5/+5
2001-12-05dont add -I./popt to CFLAGS it really belongs in FLAGS1 with other includeHerb Lewis1-1/+2
2001-11-30we need to look for liblber before libldapAndrew Tridgell1-1/+6
2001-11-30XFS quota patch for Linux.Jeremy Allison1-0/+3
2001-11-29Fix up the ./configure tests for kerberos. This ensures a more consistantAndrew Bartlett1-4/+1
2001-11-28Allow kerberos to work on RedHat and other non /usr systems againAndrew Bartlett1-0/+2
2001-11-27added test for krb5.hAndrew Tridgell1-0/+5
2001-11-27automatically look for /usr/kerberos to make redhat happyAndrew Tridgell1-0/+11
2001-11-25check for liblber separatelyAndrew Tridgell1-1/+2
2001-11-20added the beginnings of ADS support in smbdAndrew Tridgell1-6/+14
2001-11-19Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the momentMartin Pool1-0/+9
2001-11-16Fixed detection of RedHat headers. Removed another file !Jeremy Allison1-1/+1
2001-11-15Fix detection of RedHat 7.2.Jeremy Allison1-1/+5
2001-11-14Fix compile on RedHat 7.2 systems with broken system headers.Jeremy Allison1-0/+15
2001-11-14Cosmetic fix for libpopt-checking test.Martin Pool1-1/+1
2001-11-11Remove built-in support for clear-text kerberos authentication.Andrew Bartlett1-33/+10
2001-10-23Fix popt library checkingJim McDonough1-2/+3
2001-10-23Add popt for parsing commandline optionsJim McDonough1-0/+30
2001-10-22- fixed link order of krb5 libsAndrew Tridgell1-2/+2
2001-10-20don't need KRB5_DIR defineAndrew Tridgell1-1/+0
2001-10-16fix linking of k5crypto library on openbsdAndrew Tridgell1-2/+6
2001-10-16fixed finding the resolv libraryAndrew Tridgell1-14/+7
2001-10-15include more libs needed for kerberos5 on some systems (eg. solaris)Andrew Tridgell1-59/+13