summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix MinGW32 checking for IPv6.Christian Beier2010-07-141-2/+12
| | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* libvncclient: add ipv6 supportVic Lee2010-07-081-0/+9
| | | | | | | | [jes: pulled the "host" declarations into the conditionally compiled blocks where that variable is used. Also fixed non-IPv6 connections.] Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* I think two HAVE_X's were missed.runge2010-03-211-2/+2
|
* Rename HAVE_X -> HAVE_X11Johannes Schindelin2010-03-131-7/+7
| | | | | | This change is just for consistency reasons. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Change GnuTLS minimum requirement to 2.4.0Vic Lee2009-11-101-1/+1
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Merge branch 'VeNCrypt'Johannes Schindelin2009-11-021-0/+16
|\
| * Fallback to --without-client-tls if GNUTLS could not be foundJohannes Schindelin2009-10-021-1/+1
| | | | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
| * Add anonymous TLS support in libvncclientVic Lee2009-10-021-0/+16
| | | | | | | | Signed-off-by: Vic Lee <llyzs@163.com>
* | mingw32 crosscompile fixes.Christian Beier2009-10-021-4/+18
|/ | | | | | | | | | | SOCKET is redefined in winsock2.h so #undef it where winsock2.h is included. The changes in rfbproto.c circumvent crosscompiler errors like 'S_IFMT' undeclared ...', the Makefile.am changes avoid building linux specific stuff for a win32 host target. Also added configure option to specify sdl-config. Signed-off-by: Christian Beier <dontmind@freeshell.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Thread safety for zrle, zlib, tight.runge2009-05-211-0/+7
| | | | Proposed tight security type fix for debian bug 517422.
* x11vnc: add kludge to experiment with turbovnc.runge2009-02-281-1/+1
|
* clean up build flagsdscho2009-02-031-0/+1
| | | | | | | | | | | | | | | | | The flag handling (both compiler options and include paths) are a mess at the moment. There is no point in forcing "-O2 -g" when these are already the defaults, and if someone changes the defaults, chances are good they don't want you clobbering their choices. The -Wall flag should be handled in configure and thrown into CFLAGS once rather than every Makefile.am. Plus, this way we can control which compilers the flag actually gets used with. Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS. Nor should it contain -I. as this is already in the default includes setup. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* configure: use _cv_ in cache var namedscho2009-02-031-1/+1
| | | | | | | Newer autoconf fails if _cv_ is not in the cache var name. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* configure: use AM_PROG_CC_C_Odscho2009-02-031-0/+1
| | | | | | | | | | | Newer automakes error out due to per-file CFLAGS being used unless the macro AM_PROG_CC_C_O is set in configure.ac. [jes: The macro AM_PROG_CC_C_O has been around since 1999, so it should be safe.] Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* configure.ac, CMakeLists.txt: set LibVNCServer version to 0.9.7runge2009-01-121-2/+2
|
* configure.ac: add include file file for libXrandr on Solaris.runge2009-01-041-1/+7
| | | | prepare_x11vnc_dist.sh: set version to 0.9.7
* Tweak messages. Add shmat for --without-x building.runge2008-11-051-9/+14
|
* Enable --with-ssl=DIR option.runge2008-06-031-13/+36
|
* Add X509_print_ex_fp check for x11vnc.runge2008-05-121-0/+5
|
* Recurse into subdirectory x11vnc/ when configuring with --with-x11vncdscho2008-01-311-0/+1
| | | | | | | | | | Since we separated the packages LibVNCServer and x11vnc, there is a configure switch --with-x11vnc, without which x11vnc is not built. However, even _with_ this switch, it is not built, because the Makefile would not recurse into the x11vnc/ subdirectory. Fix that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add CMake support (thanks to Christian Ehrlicher)dscho2008-01-291-2/+2
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* configure.ac check for external system libvncserver version. set x11vnc ↵runge2007-07-051-34/+77
| | | | version 0.9.3
* x11vnc: fix build error if libssl is missing or --without-ssl supplied.runge2007-06-151-0/+12
|
* configure.ac: fix x11vnc --with-system-libvncserver build and add -R link flag.runge2007-05-271-24/+42
|
* configure: make more of a split between libvncserver and x11vnc pkgs.runge2007-05-271-34/+101
|
* x11vnc: add groups handling for -users mode.runge2007-05-051-1/+1
|
* prepare for release of LibVNCServer 0.9dscho2007-04-071-2/+2
|
* Build shared libraries per defaultdscho2007-03-301-1/+1
| | | | Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
* x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) support thanks to Diego ↵runge2007-02-121-0/+27
| | | | Petteno. add -find -create
* use AC_CHECK_LIB for fbpm and dpmsrunge2006-11-221-5/+4
|
* enable --without-fbpm and --without-dpmsrunge2006-11-211-6/+12
|
* x11vnc: Mac OS X fb fixes and cuttext, -nodpms option, local user wireframingrunge2006-11-211-0/+5
|
* x11vnc: Native Mac OS X support.runge2006-11-131-1/+32
|
* configure.ac -R and macosx, prepare_x11vnc_dist.sh rpm fixrunge2006-11-081-8/+19
|
* x11vnc: enable --without-x builds for -rawfb only binaries.runge2006-07-181-60/+65
|
* update versions for next rel. add some more shortcuts to user:optsrunge2006-07-151-2/+2
|
* LibVNCServer 0.8.2 release.runge2006-07-121-2/+2
|
* x11vnc: add uinput support for full input into linux fb device (e.g. qt-embed).runge2006-07-091-0/+12
|
* x11vnc: remove compiler warnings; HP-UX tweaks.runge2006-07-041-0/+7
|
* x11vnc: more -unixpw work. add -license, etc. optionsrunge2006-07-041-1/+1
|
* x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, ↵runge2006-05-071-1/+17
| | | | -rawfb console.
* Make VPATH building work with -I $(top_srcdir) for rfb/rfb.hrunge2006-04-261-0/+4
|
* SSL Java viewer work thru proxy. -sslGenCA, etc key/cert management utils ↵runge2006-04-051-0/+8
| | | | for x11vnc. FBPM "support".
* SSL patch for Java viewer. https support for x11vnc.runge2006-03-281-17/+24
|
* x11vnc: add -ssl mode using libssl. Include Xdummy in misc.runge2006-03-121-1/+20
|
* x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui ↵runge2006-03-051-1/+16
| | | | tweaks.
* x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune ↵runge2006-03-031-1/+1
| | | | SMALL_FOOTPRINT.
* x11vnc: -unixpw and -stunnel. Add clipboard to input control.runge2006-02-251-2/+2
|
* IRIX linker is very picky about order of librariesdscho2006-02-211-3/+3
|
* fix some non-gcc compiler warnings and signals in x11vncrunge2006-02-201-2/+2
|