summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
2003-11-06patch from MORIYAMA Masayuki to save LDFLAGS during iconv detection; bug 570Gerald Carter1-0/+1
2003-11-06Undo last commit to get things building again.Tim Potter1-2/+4
2003-11-06Apply the patch to fix iconv detection for FreeBSD to the Samba 3.0.0 branchRichard Sharpe1-4/+2
2003-11-03removing #include <compat.h> in hopes to avoid problems with apache header fi...Gerald Carter1-1/+1
2003-11-03AC_CHECK_MEMBER seems to have problems for some versions of autoconf, at leastVolker Lendecke1-9/+23
2003-11-02Tidy up calls to uname so as not to produce output on stderr ifTim Potter1-4/+4
2003-10-31Sync up formatting of the va list stuff - the HEAD version was nicer.Tim Potter1-3/+5
2003-10-30Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com).Jeremy Allison1-1/+1
2003-10-24Commit Derrell's changes to libsmbclient plus a small change to configure.inRichard Sharpe1-3/+2
2003-10-24Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.inRichard Sharpe1-7/+16
2003-10-17Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636.Tim Potter1-0/+9
2003-10-14Use @PICSUFFIX@ instead of .po in Makefile.in since we have gone toTim Potter1-28/+23
2003-10-09We need to make sure that the files that contain the static_init_$subsystem;Jelmer Vernooij1-6/+6
2003-10-09Move sysquotas autoconf tests to a seperate file.Jelmer Vernooij1-3/+3
2003-10-09Refuse to configure if --with-expsam=$BACKEND was used but no librariesJelmer Vernooij1-2/+2
2003-10-03Explicitly initialise the value of AR for vendor makes that don't doTim Potter1-0/+2
2003-10-01save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrit...Gerald Carter1-0/+9
2003-09-30when we don't have a working iconv library we must default to using only buil...Andrew Tridgell1-1/+1
2003-09-26don't write to static pointers; patch from AnthonyGerald Carter1-1/+1
2003-09-18Change error message displayed when --without-libiconv is used asTim Potter1-1/+1
2003-09-14Fix for typo in darwin detection.Jeremy Allison1-1/+1
2003-09-13Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !Jeremy Allison1-1/+28
2003-09-10Back out --with-good-getgrouplist patchAlexander Bokovoy1-21/+2
2003-09-10Now that CAN-2003-0689 is published officially, we need to make possibleAlexander Bokovoy1-2/+21
2003-09-08Set PICFLAG="-fPIC" for gcc under HPUX.Tim Potter1-0/+2
2003-09-08Rename FOOLIBS to FOO_LIBS to be consistent with the rest of theTim Potter1-17/+17
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke1-0/+16
2003-09-04Produce an error if --with-pam_smbpass is specified and we can'tTim Potter1-3/+7
2003-09-04Produce an error if --with-pam is specified but no PAM headers can beTim Potter1-0/+7
2003-09-02Disable rc4-hmac on broken heimdal setups. Pre-0.7 heimdal (or at least upJim McDonough1-2/+10
2003-09-02Check for support for in-memory keytabs, which are needed to make heimdalJim McDonough1-0/+22
2003-09-02Fix for bug 261. Create a configure #define for FreeBSD and a check inTim Potter1-1/+5
2003-08-28Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy1-2/+3
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