summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
Commit message (Expand)AuthorAgeFilesLines
...
* Sync up formatting of the va list stuff - the HEAD version was nicer.Tim Potter2003-10-311-3/+5
* Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com).Jeremy Allison2003-10-301-1/+1
* Commit Derrell's changes to libsmbclient plus a small change to configure.inRichard Sharpe2003-10-241-3/+2
* Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.inRichard Sharpe2003-10-241-7/+16
* Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636.Tim Potter2003-10-171-0/+9
* Use @PICSUFFIX@ instead of .po in Makefile.in since we have gone toTim Potter2003-10-141-28/+23
* We need to make sure that the files that contain the static_init_$subsystem;Jelmer Vernooij2003-10-091-6/+6
* Move sysquotas autoconf tests to a seperate file.Jelmer Vernooij2003-10-091-3/+3
* Refuse to configure if --with-expsam=$BACKEND was used but no librariesJelmer Vernooij2003-10-091-2/+2
* Explicitly initialise the value of AR for vendor makes that don't doTim Potter2003-10-031-0/+2
* save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrit...Gerald Carter2003-10-011-0/+9
* when we don't have a working iconv library we must default to using only buil...Andrew Tridgell2003-09-301-1/+1
* don't write to static pointers; patch from AnthonyGerald Carter2003-09-261-1/+1
* Change error message displayed when --without-libiconv is used asTim Potter2003-09-181-1/+1
* Fix for typo in darwin detection.Jeremy Allison2003-09-141-1/+1
* Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !Jeremy Allison2003-09-131-1/+28
* Back out --with-good-getgrouplist patchAlexander Bokovoy2003-09-101-21/+2
* Now that CAN-2003-0689 is published officially, we need to make possibleAlexander Bokovoy2003-09-101-2/+21
* Set PICFLAG="-fPIC" for gcc under HPUX.Tim Potter2003-09-081-0/+2
* Rename FOOLIBS to FOO_LIBS to be consistent with the rest of theTim Potter2003-09-081-17/+17
* Nobody complained on the team-list, so commit it ...Volker Lendecke2003-09-071-0/+16
* Produce an error if --with-pam_smbpass is specified and we can'tTim Potter2003-09-041-3/+7
* Produce an error if --with-pam is specified but no PAM headers can beTim Potter2003-09-041-0/+7
* Disable rc4-hmac on broken heimdal setups. Pre-0.7 heimdal (or at least upJim McDonough2003-09-021-2/+10
* Check for support for in-memory keytabs, which are needed to make heimdalJim McDonough2003-09-021-0/+22
* Fix for bug 261. Create a configure #define for FreeBSD and a check inTim Potter2003-09-021-1/+5
* Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy2003-08-281-2/+3
* Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter2003-08-271-0/+2
* Fix to properly set AP_OPTS_SUBKEY in heimdal. In MIT it is a #define, butJim McDonough2003-08-271-0/+12
* Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...Alexander Bokovoy2003-08-271-1/+2
* fix bug 230; make sure to set #define SYSV for solaris; do this outside of th...Gerald Carter2003-08-271-1/+9
* Fix typo in configure.in for libsmbclientAlexander Bokovoy2003-08-271-1/+1
* Undo SYSV define for Solaris. Things are more complicated than theyTim Potter2003-08-271-1/+0
* Follow on from herb's patch for 1.300.2.145 - define SYSV for solaris to fixTim Potter2003-08-271-0/+1
* Fix for #150.Alexander Bokovoy2003-08-261-1/+2
* * Fix for bug 290:Gerald Carter2003-08-221-1/+5
* define SYSV for IRIXHerb Lewis2003-08-211-0/+1
* Fallback to our defaults (CP850/ASCII/UTF8) if there is no native iconv on th...Alexander Bokovoy2003-08-151-0/+3
* Do not cache iconv checks because we are looking for it now in different plac...Alexander Bokovoy2003-08-151-2/+2
* Fix charset detection code in configure.Alexander Bokovoy2003-08-151-17/+52
* Remove accidently added SMB_MODULE_PROVIDES() linesJelmer Vernooij2003-08-151-5/+0
* Remove nasty hack in modules system. We don't recompile files anymoreJelmer Vernooij2003-08-151-7/+12
* get rid of IRIX test as it is wrong.Herb Lewis2003-08-141-4/+1
* Attempt at fixing bug #283. There however is no solution.Gerald Carter2003-08-141-1/+2
* Small fix to include existing CPPFLAGS when looking for iconv.Richard Sharpe2003-08-141-1/+1
* Try to honor predefined CPPFLAGS when finding correct iconv flagsAlexander Bokovoy2003-08-141-0/+3
* Small tweaks to configure.in to support Irix and to remove the changingRichard Sharpe2003-08-141-4/+10
* A small tweak to allow IRIX to work by detecting ISO-8859-1 to UTF-8,Richard Sharpe2003-08-141-1/+1
* Test for CP850 and reorder the tests, looking for ASCII, then CP850,Richard Sharpe2003-08-131-2/+5
* This is an intermediate commit ... we check for three different charsetsRichard Sharpe2003-08-131-3/+11