summaryrefslogtreecommitdiffstats
path: root/source/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for detecting method of listing encryption types (MIT v Heimdal)Jim McDonough2003-02-191-0/+3
|
* Patch from vorlon@debian.org to split out our -lacl dependency to only smbdAndrew Bartlett2003-02-181-4/+11
| | | | and vfstest.
* People were being tripped up by the fact that we havn't updated acconfig.hAndrew Bartlett2003-02-171-0/+3
| | | | | | | as we don't need it for autoconf 2.53. Remove it from CVS, and assert the newer autotools in configure.in Andrew Bartlett
* Third-party configuration scripts may produce undesirable additions to ↵Alexander Bokovoy2003-02-151-0/+8
| | | | | | | | | | | | | CFLAGS/CPPFLAGS and LIBS/LDFALGS. In particular, they often don't check where the appropriate libraries were installed and pass -I/usr/include and -L/usr/lib as part of CFLAGS/LDFLAGS. While the latter isn't dangerous, passing system include directory through -I lead to change of its status in CPP from system to user-defined in many cases. This patch cleans up CFLAGS/CPPFLAGS from errorenous -I/usr/include and LIBS/LDFLAGS from -L/usr/lib. This is done as two m4 macros which are called before AC_OUTPUT.
* When checking for tgetent, include libtinfo from recent Ncurses as wellAlexander Bokovoy2003-02-151-1/+1
|
* Add support for krb5-config from recent MIT and Heimdal. And fallback to ↵Alexander Bokovoy2003-02-151-1/+16
| | | | traditional guessing only if krb5-config was not found.
* Fixes for HPUX only having limited POSIX lock range from Michael Steffens ↵Jeremy Allison2003-02-121-2/+2
| | | | | | <michael.steffens@hp.com> Jeremy.
* As metze mentioned, this is the proper way to find perl...Andrew Bartlett2003-02-101-0/+1
| | | | Andrew Bartlett
* Try to allow old and new heimdal installsJim McDonough2003-02-041-5/+14
|
* Try to get build working on systems with krb runtime but not devel libs.Jim McDonough2003-02-031-2/+2
| | | | Let's not assume that because one dir exists the whole shebang is there...
* NetBSD also supports dynamic libsJelmer Vernooij2003-02-011-1/+1
|
* Fix kerberos compile after the tpot massicre :-).Jeremy Allison2003-01-301-6/+26
| | | | Jeremy
* Straus VOS detection patches from Paul GreenGerald Carter2003-01-301-0/+24
|
* patch from Paul Green to only build libsmbclient.so on platforms that ↵Gerald Carter2003-01-281-10/+21
| | | | support shared libraries
* One more try to fix the GNU Make dependencyRichard Sharpe2003-01-271-16/+51
|
* Commit just a little more infrastructure for HAVE_GETDIRENTRIESRichard Sharpe2003-01-241-1/+1
|
* More fixes getting us closer to full Heimdal compile....Jeremy Allison2003-01-211-0/+15
| | | | Jeremy.
* Merge in more of the SuSE patches for Heimdal. These changes show howJeremy Allison2003-01-191-0/+4
| | | | | | to add a function without an explicit #ifdef HEIMDAL which I'm trying to avoid. Jeremy.
* Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt ↵Jim McDonough2003-01-171-1/+54
| | | | for instructions.
* More Heimdal changes. Still not compiling with Heimdal yet...Jeremy Allison2003-01-161-1/+1
| | | | Jeremy.
* Fist part of fixes to make us compile with Heimdal. Don't explicitlyJeremy Allison2003-01-161-1/+7
| | | | | | detect for now, I still have vague hopes of hiding the differences between MIT and Heimdal with a compatibility layer.... Jeremy.
* Fix bug where the existence of config.cache would cause functions likeMartin Pool2003-01-151-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.
* IRIX uses libns_winbind.so instead of libnss_winbind.soHerb Lewis2003-01-151-1/+8
|
* Fix typo in comment.Martin Pool2003-01-131-1/+1
|
* For some reason, the configure tests for sendfile support in FreeBSDRichard Sharpe2002-12-271-6/+7
| | | | were broken. This works for 4.3 and 4.6.2.
* Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter2002-12-041-7/+0
|
* Make sure we have a default st_blocksize.Jeremy Allison2002-12-041-12/+15
| | | | Jeremy.
* Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-041-4/+17
| | | | Jeremy.
* Defaulting python breaks the clean target it python isn't installed.Tim Potter2002-12-031-6/+3
|
* Fixes for EXEEXT - must use \$ signs when you want an actual $ sign toTim Potter2002-12-031-4/+4
| | | | be used.
* Patch from Paul Green to detect exe extensions, needed for Stratus VOS.Andrew Bartlett2002-12-011-6/+9
| | | | Andrew Bartlett
* Fix up smbwrapper target.Tim Potter2002-11-291-0/+2
|
* merging changes from SAMBA_3_0 relating to RPM packagingGerald Carter2002-11-271-8/+6
|
* Here's a bit of a cleanup of the {configure,Makefile}.in files. I'veTim Potter2002-11-221-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.
* If you don't specify --with-python, we assume "python" anyhow, becauseMartin Pool2002-11-211-1/+11
| | | | the extensions are not built until you specifically "make python_ext".
* Remove the assumption that all Solaris has -lsendfile.Andrew Bartlett2002-11-151-1/+1
| | | | Andrew Bartlett
* patch from aedil@alchar.org to correctly detect solaris workshop CC's abilityAndrew Bartlett2002-11-151-3/+10
| | | | | | to build shared libs (but not with .po suffix). Andrew Bartlett
* Rename pdb_mysql and pdb_xml to 'mysql' and 'xml'Jelmer Vernooij2002-11-151-4/+4
|
* When testing for /usr/include/heimdal, don't include /usr/heimdal/includeAndrew Bartlett2002-11-151-2/+2
| | | | instead :-)
* small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't ↵Jelmer Vernooij2002-11-131-0/+1
| | | | exist (e.g. in SuSE 8.1) (by metze)
* Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target ifJelmer Vernooij2002-11-131-3/+4
| | | | the libs they depend on are available
* Don't build Makefile.in in examples/VFS/Jelmer Vernooij2002-11-131-1/+1
|
* Undo the new --enable-developer flags that caused breakage on gcc != 3.2, andAndrew Bartlett2002-11-131-2/+2
| | | | rerun autoconf
* - Add some more warning flags for --enable-developer.Andrew Bartlett2002-11-131-2/+16
| | | | - patch from SUSE for hiemdal headers in /usr/include/heimdal
* Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/MakefileJelmer Vernooij2002-11-051-1/+1
|
* Add support to build plugins in source/Jelmer Vernooij2002-11-051-0/+11
|
* Fix mysterious error message when running 'make python_{ext,install}'Tim Potter2002-11-051-4/+0
| | | | without configuring with python.
* Add FIXME about --with-pythonMartin Pool2002-11-041-0/+4
|
* Applied Buchan Milne's patches.John Terpstra2002-10-311-1/+1
|
* added a timegm() function for systems that don't have itAndrew Tridgell2002-10-301-1/+1
|