summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-07configure.in:Simo Sorce1-1/+1
2002-09-06Make it possible to actually build these modules - process the Makefile.in atAndrew Bartlett1-1/+1
2002-09-06Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype forAndrew Bartlett1-0/+1
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij1-0/+16
2002-08-27avoid using libtool for VFS modulesSimo Sorce1-1/+4
2002-08-25Steve Langasek <vorlon@netexpress.net> has again attempted to simplify Samba'sAndrew Bartlett1-1/+2
2002-08-23Test for non-POSIX st_blksize field.Jeremy Allison1-0/+10
2002-08-18A new utility to test VFS system and modulesSimo Sorce1-1/+1
2002-08-08Samba dependency hell claim's another victim...Andrew Bartlett1-16/+8
2002-08-07Patch from Steve Langasek <vorlon@netexpress.net> to split up our -lAndrew Bartlett1-8/+16
2002-07-30OK!Simo Sorce1-1/+1
2002-07-30Do AC_MSG_RESULT(yes) when using included popt.Tim Potter1-1/+1
2002-07-27as per user request added windbind start/stop/restart in swatSimo Sorce1-0/+1
2002-07-23implemented getgrouplist() for systems that don't have it and use itAndrew Tridgell1-1/+1
2002-07-23removed the freebsd getgroups check now that we don't use itAndrew Tridgell1-24/+0
2002-07-03Kill off codepage related stuff, now we don't use codepages any more.Andrew Bartlett1-19/+0
2002-06-26Re-enable kernel change notification on s390 as it has been fixed in theJim McDonough1-1/+1
2002-06-26more merges from SAMBA_2_2Gerald Carter1-0/+1
2002-06-25merge of SONAMEFLAG stuff from SAMBA_2_2. If I stepped on somethingGerald Carter1-2/+42
2002-06-24merging some autoconf changes from SAMBA_2_2Gerald Carter1-93/+65
2002-06-16Two things: Check how many paramaters that the LDAP libs take for theAndrew Bartlett1-0/+10