summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* configure.ac: add switches for most X extensions.runge2006-01-121-31/+61
|
* work around write() returning ENOENT on Solaris 2.7dscho2005-12-091-0/+8
|
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg ↵runge2005-11-251-10/+21
| | | | builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place.
* configure.ac: test ... == ... not allowed on all unix.runge2005-10-231-2/+2
|
* kill BackChannel and CustomClientMessage: the new extension technique makes ↵dscho2005-10-061-7/+0
| | | | these hooks obsolete
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-0/+8
| | | | Thank you very much, Rohit!
* configure.ac: HP-UX and OSF1 no -R, x11vnc: second round of beta-testing fixes.runge2005-06-181-2/+12
|
* main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of ↵runge2005-06-141-0/+10
| | | | beta-testing fixes, RFE's.
* no longer complain on Solaris about missing ar, which was not really missingdscho2005-06-111-0/+2
|
* link to libmp3lame only if existsdscho2005-06-061-1/+4
|
* make libvncserver-conf executable the autoconf waydscho2005-05-241-0/+1
|
* simplify configure (do not check for malloc(0) bug)dscho2005-05-231-1/+0
|
* libvncserver/main.c: fix memory leak in rfbDoCopyRect/rfbScheduleCopyRect; ↵runge2005-05-031-12/+16
| | | | configure.ac tweaks.
OpenPOWER on IntegriCloud