Re: ANNOUNCE: GTK-VNC 0.5.0 released
- From: Guido Günther <agx sigxcpu org>
- To: "Daniel P. Berrange" <dan berrange com>
- Cc: gtk-vnc-list gnome org
- Subject: Re: ANNOUNCE: GTK-VNC 0.5.0 released
- Date: Thu, 22 Dec 2011 20:53:57 +0100
Hi Daniel,
On Wed, Dec 21, 2011 at 05:31:04PM +0000, Daniel P. Berrange wrote:
> I am pleased to announce the release of GTK-VNC version 0.5.0:
>
> http://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/0.5/gtk-vnc-0.5.0.tar.xz
> http://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/0.5/gtk-vnc-0.5.0.sha256sum
>
> New features:
>
> o QEMU audio extension support
>
> Bug fixes:
>
> o Avoid deprecated GNUTLS functions
> o Allow access to VncConnection object inside VncDisplay
> o Don't override PKG_CONFIG_PATH when building GIR files
> o Death to all TABs
> o General code style/indentation cleanup
> o Fix memory leak in keymap code
> o Fix mapping of shift key in Windows
>
>
> Thanks to everyone who contributed to this new release
I'm using the attached workaround on Debian since otherwise the out of
tree build is broken:
$ ../../configure --with-gtk=3.0
[..snip..]
config.status: creating config.h
config.status: linking ../../GNUmakefile to GNUmakefile
config.status: error: ../../GNUmakefile: file not found
Cheers,
-- Guido
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx sigxcpu org>
Date: Wed, 21 Dec 2011 22:43:13 +0100
Subject: Remove GNUmakefile links
since it breaks the out of tree build
---
configure | 11 -----------
configure.ac | 11 -----------
2 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/configure b/configure
index 5a16507..ceb1bfc 100755
--- a/configure
+++ b/configure
@@ -11858,17 +11858,6 @@ cat >>confdefs.h <<_ACEOF
#define VERSION_MICRO $VERSION_MICRO
_ACEOF
-
-# Autoconf 2.61a.99 and earlier don't support linking a file only
-# in VPATH builds. But since GNUmakefile is for maintainer use
-# only, it does not matter if we skip the link with older autoconf.
-# Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH
-# builds, so use a shell variable to bypass this.
-GNUmakefile=GNUmakefile
-ac_config_links="$ac_config_links $GNUmakefile:$GNUmakefile"
-
-
-
case $ac_cv_prog_cc_stdc in #(
no) :
ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no ;; #(
diff --git a/configure.ac b/configure.ac
index 8eebe41..9ef1dc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,17 +58,6 @@ AC_DEFINE_UNQUOTED([VERSION_MAJOR], [$VERSION_MAJOR], [Major version number of p
AC_DEFINE_UNQUOTED([VERSION_MINOR], [$VERSION_MINOR], [Minor version number of package])
AC_DEFINE_UNQUOTED([VERSION_MICRO], [$VERSION_MICRO], [Micro version number of package])
-# Autoconf 2.61a.99 and earlier don't support linking a file only
-# in VPATH builds. But since GNUmakefile is for maintainer use
-# only, it does not matter if we skip the link with older autoconf.
-# Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH
-# builds, so use a shell variable to bypass this.
-GNUmakefile=GNUmakefile
-m4_if(m4_version_compare([2.61a.100],
- m4_defn([m4_PACKAGE_VERSION])), [1], [],
- [AC_CONFIG_LINKS([$GNUmakefile:$GNUmakefile], [],
- [GNUmakefile=$GNUmakefile])])
-
dnl *******************************************************************************
dnl Setup core compilers / build helpers
dnl *******************************************************************************
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]