summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2002-11-13Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target ifJelmer Vernooij1-3/+4
the libs they depend on are available (This used to be commit 018a44055d6a8435528279523567f9a86b2f3069)
2002-11-13Don't build Makefile.in in examples/VFS/Jelmer Vernooij1-1/+1
(This used to be commit 98cb778cb7d48dd545b5dcf395567defd0198f86)
2002-11-13Undo the new --enable-developer flags that caused breakage on gcc != 3.2, andAndrew Bartlett1-2/+2
rerun autoconf (This used to be commit 6da20cd7638b5e36af080a4b8ae8880035fe684b)
2002-11-13- Add some more warning flags for --enable-developer.Andrew Bartlett1-2/+16
- patch from SUSE for hiemdal headers in /usr/include/heimdal (This used to be commit 1dbc9eff149ca976ff5edb5c256fa2fe6b409617)
2002-11-05Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/MakefileJelmer Vernooij1-1/+1
(This used to be commit e8a77556477a0ec0c83786e0c66c2caaf473ea50)
2002-11-05Add support to build plugins in source/Jelmer Vernooij1-0/+11
(This used to be commit eb8965eeff3fb55d7041d9998b45da403ecb03a2)
2002-11-05Fix mysterious error message when running 'make python_{ext,install}'Tim Potter1-4/+0
without configuring with python. (This used to be commit 01a89690a2e9d234188704c04e58b5dfa2e7d1f3)
2002-11-04Add FIXME about --with-pythonMartin Pool1-0/+4
(This used to be commit 96741a251c731d71126dcf9c706f7bb7c954f6e7)
2002-10-31Applied Buchan Milne's patches.John Terpstra1-1/+1
(This used to be commit ce5a7084540feff7354d2005e25cef581ad500db)
2002-10-30added a timegm() function for systems that don't have itAndrew Tridgell1-1/+1
(This used to be commit 732bc4519f1119100607cc84400e8f84e0c0ba9d)
2002-10-21Remove obsolete acconfig.h - we now use comments in AC_DEFINE()Jelmer Vernooij1-208/+207
(This used to be commit dc4fcb71edc22f36cd1f6d78a211d09c418f3309)
2002-10-21Recognize FreeBSD5 correctly (not as being sysv...)Jelmer Vernooij1-2/+3
(This used to be commit 66ef6b942e00dc0d7742226f24861445d3bc0eb3)
2002-10-05Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison1-3/+4
Jeremy. (This used to be commit 6a9d0c9bdd57c135c4565da829b2fa4f44874a6d)
2002-10-03Patch from Steve Langasek <vorlon@netexpress.net>:Andrew Bartlett1-4/+8
(quoting his mail) Ok, here's round two of splitting up the library dependencies. I think the first one's been steeping in CVS for long enough now. This splits off the "authentication" libs (libpam, libcrypt) into their own group. A modest gain, but you've gotta start somewhere. Steve Langasek postmodern programmer (This used to be commit a1c63d04b87375dc98dc78781eaf1812bfb1db2b)
2002-10-01Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison1-2/+6
Jeremy. (This used to be commit ef7bcaf1b7e1ca073b27a8836c6aa86e112b5bee)
2002-09-30Added Solaris sendfile patch + configure tests from Pierre Belanger ↵Jeremy Allison1-0/+66
<belanger@yahoo.com>. Jeremy. (This used to be commit 8db4d46dc983ce37814fb375d61951b6220a4c61)
2002-09-27Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett1-0/+17
a 3.0 based PDC. Change defaults to use SSL, so that this also matches. Andrew Bartlett (This used to be commit 36c2a3820faa1d90cd331881720be0e61ab93460)
2002-09-25Actually pick up the kerberos libs in RedHat - the previous shell constructAndrew Bartlett1-4/+4
didn't seem to work properly. Andrew Bartlett (This used to be commit c0925b6352ff6135da03edff44e0bbd72c949a20)
2002-09-23* fix getpass checkGerald Carter1-20/+19
* merge in AIX fixes from SAMBA_2_2 (This used to be commit 50752f84f24b36332ec4f1ade92dc5a095ac077b)
2002-09-21Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison1-7/+13
Jeremy. (This used to be commit f4845b0213aec58e0f489eba5653aa7b3855610f)
2002-09-20allow --with-krb5 to override the location of the kerberos libs onAndrew Tridgell1-12/+18
redhat (This used to be commit 56b194e83538bcb6006a5ab1e00cdb493dd9ad7f)
2002-09-18HPUX sendfile is now detected correctly.Jeremy Allison1-1/+55
Jeremy. (This used to be commit 91e41ebe97c143f413e2a5614b20f3db4642490f)
2002-09-17Added --with-ldap (default=yes) option. We should now be able toTim Potter1-8/+27
compile a non-ADS, non-LDAP version of Samba on a machine with Kerberos and LDAP libraries installed. This shouldn't break anything - let's keep an eye on the build farm just in case. (This used to be commit b9460e79a13ab74a5fc05a9db1b5cf4d402fb197)
2002-09-17Added --with-ads option, defaults to yes. If you run ./configureTim Potter1-46/+68
--with-ads=no or ./configure --without-ads Samba will build without linking to the various kerberos libraries. (This used to be commit edb6172abf0f07fead8ed3aaaebe0411d757aa64)
2002-09-17Default to "python" for --with-python option. This saves having to runTim Potter1-1/+8
--with-python=python which looks a bit silly. (This used to be commit 130e05de073268cbabed0e2f80f0011e5f72dc02)
2002-09-17Added FreeBSD sendfile configure tests. Richard please test...Jeremy Allison1-2/+31
Jeremy. (This used to be commit 6425f169779ce65509b77cf6d5634de24894a965)
2002-09-17Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison1-1/+3
Jeremy. (This used to be commit f956a4d29d0d88cd92fac0f0c9f636fc152afe0a)
2002-09-17Added autoconf detection for sendfile for Linux. lib/sendfile.c codeJeremy Allison1-0/+72
still needs more work. Don't add --with-sendfile-support yet... Jeremy. (This used to be commit c6ece53ac2a7a6115ca1160cf02247d7cc0bbb95)
2002-09-09Python's setup.py does not need to be munged by configure.in -- it isMartin Pool1-1/+1
sufficient to just pass the relevant variables to Python from the Makefile. Therefore, remove setup.py.in. (This used to be commit 8bebe9ee2b6bd56c297acc6b01cb0856aad1c4f3)
2002-09-09Add --with-python=PYTHONNAME configure option, so that the librariesMartin Pool1-0/+13
get linked for the appropriate version. (This used to be commit 2ea647bbfaba5a4ee7cb232ae1a21acbd2a9b5c6)
2002-09-09Merge tpot's Python patch. ./configure now writes to the PythonMartin Pool1-1/+1
makefile-equivalent (setup.py). Remember to do "cvs update -d" to get the new directory. (This used to be commit 87396c559b60780e6f0613170f78ce863f0b71fd)
2002-09-07configure.in:Simo Sorce1-1/+1
reflect the new example/VFS/ directory organization lib/substitue.c: added helper functions needed by recycle bin (This used to be commit 29b4b9a2b5a0347d227b1a30e3f34bf40afa6de4)
2002-09-06Make it possible to actually build these modules - process the Makefile.in atAndrew Bartlett1-1/+1
the end of configure. (This used to be commit 6953db6a98432cfbb946dd2d3cbe64e7dee0b71d)
2002-09-06Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype forAndrew Bartlett1-0/+1
syslog() since Paul Green's POSIX patch. (This used to be commit d3b29b0b2d2ffd5c050900ff8cae441b91f95526)
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij1-0/+16
might be ugly, etc - please don't blame me for anything but instead try to fix the code :-). Compiling of the new sam system can be enabled with the configure option --with-sam Removing passdb/passgrp.c as it's unused fix typo in utils/testparm.c (This used to be commit 4b7de5ee236c043e6169f137992baf09a95c6f2c)
2002-08-27avoid using libtool for VFS modulesSimo Sorce1-1/+4
change a name in block.c it was hiding a function name add a comment in configure (This used to be commit 05038f44717ff07ed7d4a3afbdd8f072a3c058cc)
2002-08-25Steve Langasek <vorlon@netexpress.net> has again attempted to simplify Samba'sAndrew Bartlett1-1/+2
external lib dependencies - let's hope this patch stays around for longer than the previous attempt. Andrew Bartlett (This used to be commit d0c0e9f427400c24f5cc38c67b7a927f9d937375)
2002-08-23Test for non-POSIX st_blksize field.Jeremy Allison1-0/+10
Jeremy. (This used to be commit d406d08e3e1aa2266a472f98cff7dd0ff311a33c)
2002-08-18A new utility to test VFS system and modulesSimo Sorce1-1/+1
Just now it is acommandline tool like smbclient and rpcclient that is able to perform operations on the file system passing through the vfs layer It is not complete yet, some functions have simply faked up data, but module loading works yet and basic operations too. Thanks to Eric Lorimer for helping out with the initial setup. Simo. (This used to be commit 42ae5eb82657d4905bdaf247286f95599380afbb)
2002-08-08Samba dependency hell claim's another victim...Andrew Bartlett1-16/+8
Back out last night's patch to to reduce -l dependencies until we can ensure that *all* configurations/platforms work... Andrew Bartlett (This used to be commit 35eefe7a19b2b684d3ca05a665e9c13e9d17acc3)
2002-08-07Patch from Steve Langasek <vorlon@netexpress.net> to split up our -lAndrew Bartlett1-8/+16
dependencies. This benifits packagers (like debian) becouse then our client code won't have references to 'server only' libraries. (In particular, it removes the client dependency on CUPS, which was raised in a debian bug report). Andrew Bartlett (This used to be commit d5f2e33b34fe0e67153894b6bf582b7eaca40e7f)
2002-07-30OK!Simo Sorce1-1/+1
Finally the cascaded VFS patch is in. Testing is very welcome, specially with layered multiple vfs modules. A big thank to Alexander Bokovoy for his work and patience :) Simo. (This used to be commit 56283601afe1836dafe0580532f014e29593c463)
2002-07-30Do AC_MSG_RESULT(yes) when using included popt.Tim Potter1-1/+1
(This used to be commit edd91fa854356739301604968f15e0a662986d65)
2002-07-27as per user request added windbind start/stop/restart in swatSimo Sorce1-0/+1
almost working, seem it does not yet properly detect if windbind is running or not in all situations testing is welcome. (This used to be commit e0988e918667e3bc7b7cfb19ae81bf8c05fe582a)
2002-07-23implemented getgrouplist() for systems that don't have it and use itAndrew Tridgell1-1/+1
in get_alias_user_groups(). The old method used getgrent() which is extremely slow when the number of groups is large (This used to be commit 44e92b6523ca2c119c2562df22eb71138dca9d9d)
2002-07-23removed the freebsd getgroups check now that we don't use itAndrew Tridgell1-24/+0
(This used to be commit d25dc761374ac832e2c5f6b32b7a468ea5a8591e)
2002-07-03Kill off codepage related stuff, now we don't use codepages any more.Andrew Bartlett1-19/+0
Andrew Bartlett (This used to be commit d1ca2b9f23ce701eb6b6becafb1acd813fc8fc3a)
2002-06-26Re-enable kernel change notification on s390 as it has been fixed in theJim McDonough1-1/+1
kernel. (This used to be commit ce7aa715ba2b704bfba49f128196c6a3421fd73b)
2002-06-26more merges from SAMBA_2_2Gerald Carter1-0/+1
(This used to be commit fea895c5c41d51e6b06f0bcf8e0c95b29df89e76)
2002-06-25merge of SONAMEFLAG stuff from SAMBA_2_2. If I stepped on somethingGerald Carter1-2/+42
here because HEAD does it differently, someone let me know. This looks ok and compiles fine from what I can tell. (This used to be commit 68841ae76289369c0b2e9e964bad1746e6e2cc8b)