summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
2003-08-27Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter1-0/+2
2003-08-27Fix to properly set AP_OPTS_SUBKEY in heimdal. In MIT it is a #define, butJim McDonough1-0/+12
2003-08-27Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...Alexander Bokovoy1-1/+2
2003-08-27fix bug 230; make sure to set #define SYSV for solaris; do this outside of th...Gerald Carter1-1/+9
2003-08-27Fix typo in configure.in for libsmbclientAlexander Bokovoy1-1/+1
2003-08-27Undo SYSV define for Solaris. Things are more complicated than theyTim Potter1-1/+0
2003-08-27Follow on from herb's patch for 1.300.2.145 - define SYSV for solaris to fixTim Potter1-0/+1
2003-08-26Fix for #150.Alexander Bokovoy1-1/+2
2003-08-22* Fix for bug 290:Gerald Carter1-1/+5
2003-08-21define SYSV for IRIXHerb Lewis1-0/+1
2003-08-15Fallback to our defaults (CP850/ASCII/UTF8) if there is no native iconv on th...Alexander Bokovoy1-0/+3
2003-08-15Do not cache iconv checks because we are looking for it now in different plac...Alexander Bokovoy1-2/+2
2003-08-15Fix charset detection code in configure.Alexander Bokovoy1-17/+52
2003-08-15Remove accidently added SMB_MODULE_PROVIDES() linesJelmer Vernooij1-5/+0
2003-08-15Remove nasty hack in modules system. We don't recompile files anymoreJelmer Vernooij1-7/+12
2003-08-14get rid of IRIX test as it is wrong.Herb Lewis1-4/+1
2003-08-14Attempt at fixing bug #283. There however is no solution.Gerald Carter1-1/+2
2003-08-14Small fix to include existing CPPFLAGS when looking for iconv.Richard Sharpe1-1/+1
2003-08-14Try to honor predefined CPPFLAGS when finding correct iconv flagsAlexander Bokovoy1-0/+3
2003-08-14Small tweaks to configure.in to support Irix and to remove the changingRichard Sharpe1-4/+10
2003-08-14A small tweak to allow IRIX to work by detecting ISO-8859-1 to UTF-8,Richard Sharpe1-1/+1
2003-08-13Test for CP850 and reorder the tests, looking for ASCII, then CP850,Richard Sharpe1-2/+5
2003-08-13This is an intermediate commit ... we check for three different charsetsRichard Sharpe1-3/+11
2003-08-13Hoist the code for checking whether or not iconv actually works up into theRichard Sharpe1-23/+26
2003-08-12Add vfs_readonly module which allows to enforce periodic read-only limit on a...Alexander Bokovoy1-1/+2
2003-08-11Improve MySQL library detection, add support for MySQL 4Jelmer Vernooij1-1/+1
2003-08-01add tests for IRIX attr functionsHerb Lewis1-1/+3
2003-07-31Whoops - this is probably better shell syntax.Tim Potter1-2/+1
2003-07-31Turn on automatic winbindd support for FreeBSD and see what the compile farmTim Potter1-0/+1
2003-07-29Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy1-1/+2
2003-07-21Metze's AD/LDAP detection patches mainly to do with library detection.Tim Potter1-184/+204
2003-07-17Ban getgrouplist on linux glibc systems with glibc <= 2.3.Volker Lendecke1-1/+33
2003-07-16Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison1-0/+15
2003-07-15Accept --with-expsam=no as valid option (do nothing on it). Simplifies automa...Alexander Bokovoy1-0/+2
2003-07-11get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and insteadHerb Lewis1-1/+1
2003-07-10Final piece of support needed to find iconv libraries on FreeBSD.Richard Sharpe1-1/+4
2003-07-07Cleaning up linking issues. sam/idmap*.c only links inGerald Carter1-2/+1
2003-07-04Display libraries detected by configure but before configureTim Potter1-0/+12
2003-07-02Fixing problems in the iconv discovery stuff in configure.in.Richard Sharpe1-1/+1
2003-07-01removing nisplussamGerald Carter1-9/+2
2003-07-01fix compile problem with nisplussamGerald Carter1-0/+2
2003-06-30- added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)Andrew Tridgell1-2/+4
2003-06-26Remove the MODULES_CLEAN variable. It's no longer necessary sinceJelmer Vernooij1-3/+1
2003-06-25Metze assures me that this will fix Heimdal et al.Tim Potter1-1/+1
2003-06-25Only append to KRB5_LIBS when doing AC_CHECK_LIB for libkrb5.Tim Potter1-1/+1
2003-06-25Don't trash the values of CFLAGS and LIBS while engaged in KerberosTim Potter1-2/+0
2003-06-24More tuning of Kerberos detection - don't fall through to detect kerberos libsTim Potter1-3/+6
2003-06-24More sensible behaviour for bug 152. If we don't have krb5.h and were explic...Tim Potter1-10/+36
2003-06-23Change AC_MSG_ERROR() in krb5.h detection code to AC_MSG_WARN()Tim Potter1-1/+1
2003-06-23Produce an error if Active Directory support is requested and we don'tTim Potter1-0/+4