summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
2001-09-15Fixed up Solaris 64 bit configure.Jeremy Allison1-1/+4
2001-09-14merges from 2.2Gerald Carter1-2/+1
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-18/+0
2001-09-11Tweak the building rules under Solaris with CC.Richard Sharpe1-0/+1
2001-09-11Some small changes to configure to remove things like -X4 etc on compiles.Richard Sharpe1-4/+3
2001-09-07Change the description on --with-pam_smbpass to make it clearer - some peopeAndrew Bartlett1-2/+1
2001-09-05variable name changed to --with-profiling-dataHerb Lewis1-1/+1
2001-09-03the next step in our error code handling changeAndrew Tridgell1-17/+16
2001-08-26fixed typoGerald Carter1-1/+1
2001-08-24typoGerald Carter1-1/+1
2001-08-24/tmp/cvsVTEaY5Gerald Carter1-83/+44
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter1-1/+15
2001-08-10Added Mike Davidsons Tru64 ACL patch.Jeremy Allison1-2/+2
2001-08-07merge from 2.2Gerald Carter1-9/+18
2001-08-06Stop HP/UX building shared libraries for the moment ...Richard Sharpe1-1/+1
2001-08-02Put HPUX on mmap blacklist.Jeremy Allison1-0/+2
2001-08-02changed --with-profile to --with-profiling-data to "stop the madness!"Gerald Carter1-2/+2
2001-08-01Rewrite of winbind autoconf fragment.Tim Potter1-17/+50
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