summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
2003-01-15Fix bug where the existence of config.cache would cause functions likeMartin Pool1-14/+3
2003-01-15IRIX uses libns_winbind.so instead of libnss_winbind.soHerb Lewis1-1/+8
2003-01-13Fix typo in comment.Martin Pool1-1/+1
2002-12-27For some reason, the configure tests for sendfile support in FreeBSDRichard Sharpe1-6/+7
2002-12-04Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter1-7/+0
2002-12-04Make sure we have a default st_blocksize.Jeremy Allison1-12/+15
2002-12-04Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison1-4/+17
2002-12-03Defaulting python breaks the clean target it python isn't installed.Tim Potter1-6/+3
2002-12-03Fixes for EXEEXT - must use \$ signs when you want an actual $ sign toTim Potter1-4/+4
2002-12-01Patch from Paul Green to detect exe extensions, needed for Stratus VOS.Andrew Bartlett1-6/+9
2002-11-29Fix up smbwrapper target.Tim Potter1-0/+2
2002-11-27merging changes from SAMBA_3_0 relating to RPM packagingGerald Carter1-8/+6
2002-11-22Here's a bit of a cleanup of the {configure,Makefile}.in files. I'veTim Potter1-40/+21
2002-11-21If you don't specify --with-python, we assume "python" anyhow, becauseMartin Pool1-1/+11
2002-11-15Remove the assumption that all Solaris has -lsendfile.Andrew Bartlett1-1/+1
2002-11-15patch from aedil@alchar.org to correctly detect solaris workshop CC's abilityAndrew Bartlett1-3/+10
2002-11-15Rename pdb_mysql and pdb_xml to 'mysql' and 'xml'Jelmer Vernooij1-4/+4
2002-11-15When testing for /usr/include/heimdal, don't include /usr/heimdal/includeAndrew Bartlett1-2/+2
2002-11-13small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e...Jelmer Vernooij1-0/+1
2002-11-13Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target ifJelmer Vernooij1-3/+4
2002-11-13Don't build Makefile.in in examples/VFS/Jelmer Vernooij1-1/+1
2002-11-13Undo the new --enable-developer flags that caused breakage on gcc != 3.2, andAndrew Bartlett1-2/+2
2002-11-13- Add some more warning flags for --enable-developer.Andrew Bartlett1-2/+16
2002-11-05Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/MakefileJelmer Vernooij1-1/+1
2002-11-05Add support to build plugins in source/Jelmer Vernooij1-0/+11
2002-11-05Fix mysterious error message when running 'make python_{ext,install}'Tim Potter1-4/+0
2002-11-04Add FIXME about --with-pythonMartin Pool1-0/+4
2002-10-31Applied Buchan Milne's patches.John Terpstra1-1/+1
2002-10-30added a timegm() function for systems that don't have itAndrew Tridgell1-1/+1
2002-10-21Remove obsolete acconfig.h - we now use comments in AC_DEFINE()Jelmer Vernooij1-208/+207
2002-10-21Recognize FreeBSD5 correctly (not as being sysv...)Jelmer Vernooij1-2/+3
2002-10-05Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison1-3/+4
2002-10-03Patch from Steve Langasek <vorlon@netexpress.net>:Andrew Bartlett1-4/+8
2002-10-01Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison1-2/+6
2002-09-30Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger...Jeremy Allison1-0/+66
2002-09-27Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett1-0/+17
2002-09-25Actually pick up the kerberos libs in RedHat - the previous shell constructAndrew Bartlett1-4/+4
2002-09-23* fix getpass checkGerald Carter1-20/+19
2002-09-21Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison1-7/+13
2002-09-20allow --with-krb5 to override the location of the kerberos libs onAndrew Tridgell1-12/+18
2002-09-18HPUX sendfile is now detected correctly.Jeremy Allison1-1/+55
2002-09-17Added --with-ldap (default=yes) option. We should now be able toTim Potter1-8/+27
2002-09-17Added --with-ads option, defaults to yes. If you run ./configureTim Potter1-46/+68
2002-09-17Default to "python" for --with-python option. This saves having to runTim Potter1-1/+8
2002-09-17Added FreeBSD sendfile configure tests. Richard please test...Jeremy Allison1-2/+31
2002-09-17Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison1-1/+3
2002-09-17Added autoconf detection for sendfile for Linux. lib/sendfile.c codeJeremy Allison1-0/+72
2002-09-09Python's setup.py does not need to be munged by configure.in -- it isMartin Pool1-1/+1
2002-09-09Add --with-python=PYTHONNAME configure option, so that the librariesMartin Pool1-0/+13
2002-09-09Merge tpot's Python patch. ./configure now writes to the PythonMartin Pool1-1/+1