summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [Bugfix] Improve compatibility with ancient GNUTLS implementations even more.Adam Tkac2011-02-091-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4278 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] os: add gnutls_x509_crt_print() implementation, older systemsAdam Tkac2011-02-091-0/+6
| | | | | | | don't have it and improve backward compatibility of TLS code. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4277 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add mechanism for creating binary tarballsDRC2011-02-091-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4274 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Allow GnuTLS to use in-tree version of zlib when static linkingDRC2011-02-091-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4267 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Modify Mac packaging to accommodate VeNCrypt-enabled builds or other ↵DRC2011-02-091-0/+2
| | | | | | customizations; Change build documentation accordingly git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4265 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Check for the existence of setenv() in the system libraries and use the ↵DRC2011-02-081-0/+2
| | | | | | system version if it exists. This prevents "error: declaration of setenv() throws different exceptions" when building on certain Linux platforms. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4263 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make it possible to disable PAM support if you want to avoid that dependency.Pierre Ossman2010-12-071-5/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4212 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Fix MinGW-based Windows builds.Adam Tkac2010-11-251-1/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4207 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Static Xvnc build should now work with later versions of libgnutls that ↵DRC2010-11-041-1/+2
| | | | | | depend on libtasn1 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4184 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Implement PasswordValidator class on Windows (Martin Koegler)Adam Tkac2010-11-021-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4183 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add GNUTLS_CFLAGS and GNUTLS_LDFLAGS to allow GnuTLS compile/link arguments ↵DRC2010-10-011-7/+21
| | | | | | to be customized (for instance, to force building against the static libraries) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4157 3789f03b-4d11-0410-bbf8-ca57d06f2519
* OS X has the PAM library, but only 10.6 has the headers, so check for those. ↵DRC2010-09-301-2/+4
| | | | | | NOTE: a compiler check is forced because, when cross-compiling on 10.6 using the 10.5 or 10.4 SDK, the preprocessor will detect the headers in /usr/include, but the compiler can't compile them, since the SDK does not have those headers. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4149 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Support building with older versions of gnutls; Fix gnutls detection when ↵DRC2010-09-301-2/+6
| | | | | | building statically using build-xorg git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4147 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Implement *Plain security types on the server side and useAdam Tkac2010-09-021-0/+6
| | | | | | | PAM for credential validation on UNIX. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4128 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it is not available on OS X.Adam Tkac2010-05-131-9/+6
| | | | | | | Enable gnutls by default if it is present. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4053 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Do not enable GNU TLS in default buildDRC2010-04-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4050 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Compile VeNCrypt extension only when gnutls is enabled and available.Adam Tkac2010-04-281-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4049 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Add detection for gnutls to configure.ac.Adam Tkac2010-04-231-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4043 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Mac package buildDRC2010-04-121-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4017 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make autoconf and friends behave nicely and stop recursing above our topPierre Ossman2010-03-191-0/+1
| | | | | | | directory. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4010 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Do a generic check for inet_aton instead of just assuming that only Win32 hasPierre Ossman2010-02-121-0/+1
| | | | | | | the problem. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3982 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Some systems (like Solaris 8) need libresolv for inet_aton.Pierre Ossman2010-02-121-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3981 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make it possible to compile things with current upstream mingw. You'll losePierre Ossman2009-12-231-0/+7
| | | | | | | WinVNC but it is now possible to compile vncviewer at least. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3934 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3929 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make winvnc4 and Windows vncconfig compilable via MinGW.Adam Tkac2009-10-121-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3913 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix compilation of i18n bits.Adam Tkac2009-09-071-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3897 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Adapt Windows viewer to new build system.Adam Tkac2009-09-041-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3895 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make unix/ subtree compilable.Adam Tkac2009-09-041-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3893 3789f03b-4d11-0410-bbf8-ca57d06f2519
* - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-041-0/+156
- create stub top-level Makefile.am - make common/ subtree compilable git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3892 3789f03b-4d11-0410-bbf8-ca57d06f2519