summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison1-0/+5
2001-07-25a better test for unix domain socketsAndrew Tridgell1-1/+20
2001-07-25added a --with-libiconv=BASEDIR/ option to allow easier use of anAndrew Tridgell1-2/+24
2001-07-24Store winbindd in the sbin directory. Make the winbind pam module also asTim Potter1-2/+5
2001-07-24Another fine mess, err, fine tune to the Slowaris build ...Richard Sharpe1-2/+1
2001-07-24Make the Slowaris build a bit nicer with ccRichard Sharpe1-1/+1
2001-07-23Fix some fscked up things that I added to the Solaris CC build of shared libsRichard Sharpe1-1/+1
2001-07-23One more possible fix for Solaris CC and GCCRichard Sharpe1-1/+2
2001-07-23Fix the POOBAD_CC on Slowaris so we can handle things correctly ...Richard Sharpe1-1/+11
2001-07-23Try and build shared on SCO. Assume that it is like others, but usesRichard Sharpe1-0/+2
2001-07-23OK, I think I have fscking IRIX figured out for building PIC code.Richard Sharpe1-1/+5
2001-07-18Fix the PIC flag for IRIXRichard Sharpe1-1/+1
2001-07-16Fix from bernd@arresum.inka.de for broken krb configure.Jeremy Allison1-4/+18
2001-07-14A few tweaks around linking libsmbclientRichard Sharpe1-2/+3
2001-07-12Fix a stupid error in passing options to CC under AIXRichard Sharpe1-1/+1
2001-07-11A serious set of changes to build libsmbclienmt. Copied much ofthis fromRichard Sharpe1-26/+29
2001-07-10Change the order of the -fPIC and -KPIC tests to ensure that UnixWareRichard Sharpe1-6/+7
2001-07-08removed remnants of libtoolAndrew Tridgell1-2/+0
2001-07-04The big character set handling changeover!Andrew Tridgell1-0/+17
2001-07-03Removed the default addition of /include to the directory given inJeremy Allison1-1/+1
2001-07-03Fixed quoting bug - shell programming sucks.Tim Potter1-1/+1
2001-07-02Only build the pam_winbind module if --with-pam used.Tim Potter1-3/+8
2001-07-02Not all OSs have setbuffer, so we better check for it.Andrew Bartlett1-0/+2
2001-06-29These changes cause the libsmbclient stuff to always build a non-shared libra...Richard Sharpe1-1/+7
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-1/+1
2001-06-26Add check for working AF_LOCAL sockets, which are borkenMartin Pool1-0/+10
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-0/+13
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison1-10/+1
2001-06-06Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison1-2/+2
2001-06-04Compile fix for wbinfo on solaris.Tim Potter1-1/+1
2001-06-01Added a --with/without winbind option to configure. The default is toTim Potter1-8/+26
2001-05-30- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell1-22/+8
2001-05-22Try to fix build by adding autoconf tests for pam headers.Jeremy Allison1-0/+2
2001-05-17Ohh boy, I should be working on lots of other things, but I am pissed off, soRichard Sharpe1-4/+4
2001-05-16Added winbind programs to build for supported systems (i.e linux andTim Potter1-3/+20
2001-05-03Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison1-2/+2
2001-05-01added more complete C99 snprintf testAndrew Tridgell1-2/+7
2001-04-28- added test for vasprintfAndrew Tridgell1-1/+1
2001-04-28added asprintf testAndrew Tridgell1-1/+1
2001-04-27added test for C99 compliant vsnprintfAndrew Tridgell1-0/+19
2001-04-27fixed typoAndrew Tridgell1-1/+1
2001-04-26Fixed REPLACE_GETPASS test.Jeremy Allison1-1/+1
2001-04-24Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra1-1/+35
2001-04-24updating changes with 2.2 (comment lines in ./configure --help)Gerald Carter1-1/+1
2001-04-19merge from 2_2Andrew Tridgell1-0/+15
2001-04-17AIX ACLs donated by IBM.Jeremy Allison1-0/+4
2001-04-16Added --with-codepagedir as RedHat 6.2 and 7.x place them differently.Jeremy Allison1-0/+16
2001-04-14Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison1-7/+15
2001-04-14configure:Jeremy Allison1-1/+1
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-8/+64