summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2003-01-15Fix bug where the existence of config.cache would cause functions likeMartin Pool1-14/+3
yp_get_default_domain to be misdetected. According to the autoconf manual we need to check for libraries before looking for functions in them. (This used to be commit 468c487df42c6fc25d1862f36995b3d9a78902ff)
2003-01-15IRIX uses libns_winbind.so instead of libnss_winbind.soHerb Lewis1-1/+8
(This used to be commit 50adb8cc1074e9bedac365a92db96c5f01f30223)
2003-01-13Fix typo in comment.Martin Pool1-1/+1
(This used to be commit 26660f939f0e0650d54631bf8243b22f32b64132)
2002-12-27For some reason, the configure tests for sendfile support in FreeBSDRichard Sharpe1-6/+7
were broken. This works for 4.3 and 4.6.2. (This used to be commit 91e2d21bd1401ca874c59f4d93f8b429c38b642d)
2002-12-04Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter1-7/+0
(This used to be commit 2a9d183cf6ae8333dc7d9d9445c17dce005c1d24)
2002-12-04Make sure we have a default st_blocksize.Jeremy Allison1-12/+15
Jeremy. (This used to be commit 9cf56dc97733589d5591990b44c883c7c61d1ea2)
2002-12-04Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison1-4/+17
Jeremy. (This used to be commit 4a9c995e50b24e6ee6ec58c46da32100a8197724)
2002-12-03Defaulting python breaks the clean target it python isn't installed.Tim Potter1-6/+3
(This used to be commit 5739ee4e63a35d7778506047ae3ad2ddceb69ec5)
2002-12-03Fixes for EXEEXT - must use \$ signs when you want an actual $ sign toTim Potter1-4/+4
be used. (This used to be commit 8c306804c6f3f0523ff5347e4b9360474d696a50)
2002-12-01Patch from Paul Green to detect exe extensions, needed for Stratus VOS.Andrew Bartlett1-6/+9
Andrew Bartlett (This used to be commit 3f5608c7e0175184fa599176178d391d54087b3d)
2002-11-29Fix up smbwrapper target.Tim Potter1-0/+2
(This used to be commit f5fa4801ceb56b21facccb382db09165936df319)
2002-11-27merging changes from SAMBA_3_0 relating to RPM packagingGerald Carter1-8/+6
(This used to be commit 1cf0cfa1b7f00946c439b2b1a30ab3981df4a459)
2002-11-22Here's a bit of a cleanup of the {configure,Makefile}.in files. I'veTim Potter1-40/+21
now combined all the ad-hoc AC_SUBST variables into three generalised ones: EXTRA_BIN_PROGS Additional programs to install in ${prefix}/sbin EXTRA_SBIN_PROGS Additional programs to install in ${prefix}/bin EXTRA_ALL_TARGETS Additional targets to build by default SHLIB_PROGS Shared library objects (pam, winbind) to build We also build some extra stuff by default: the python extensions (if --with-python specified), smbmount related binaries (if --with-smbmount specified), and the samba torture suite. The idea behind this is to have everything that is configured built by default to detect breakage as soon as possible when people make low level changes. (This used to be commit d6dfe3ea69d4672339559389c6fb16e78a9152b0)
2002-11-21If you don't specify --with-python, we assume "python" anyhow, becauseMartin Pool1-1/+11
the extensions are not built until you specifically "make python_ext". (This used to be commit 47c5c2209e3999b8f58204c978b30a9dd646497a)
2002-11-15Remove the assumption that all Solaris has -lsendfile.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit efa639c5cef51f2ca903c08d2ad19db70ab7206c)
2002-11-15patch from aedil@alchar.org to correctly detect solaris workshop CC's abilityAndrew Bartlett1-3/+10
to build shared libs (but not with .po suffix). Andrew Bartlett (This used to be commit 2fd47d0c25bdf1d5351f79164c6cb35b83a9cc5f)
2002-11-15Rename pdb_mysql and pdb_xml to 'mysql' and 'xml'Jelmer Vernooij1-4/+4
(This used to be commit 7b860414b11ec3b2ecb34c515536c598322f06ee)
2002-11-15When testing for /usr/include/heimdal, don't include /usr/heimdal/includeAndrew Bartlett1-2/+2
instead :-) (This used to be commit 9d8aa4bd51736709a9295791f54c9481b876699f)
2002-11-13small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't ↵Jelmer Vernooij1-0/+1
exist (e.g. in SuSE 8.1) (by metze) (This used to be commit 5f16343e0d7c8120a7a5786097b8920a5b7d047b)
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)