diff --git a/app/xconsole/ChangeLog b/app/xconsole/ChangeLog index bfa19ab4c..c0e169689 100644 --- a/app/xconsole/ChangeLog +++ b/app/xconsole/ChangeLog @@ -1,3 +1,72 @@ +commit 61318786d4c171423cea84071da1bc7ab1a36427 +Author: Matt Turner +Date: Sun Jan 29 11:17:53 2017 -0800 + + xconsole 1.0.7 + + Signed-off-by: Matt Turner + +commit 73b530c4843bf0c6712b954cdfb5edc46e759ed8 +Author: Mihail Konev +Date: Thu Jan 26 14:00:20 2017 +1000 + + autogen: add default patch prefix + + Signed-off-by: Mihail Konev + +commit 2e8afc7e7f24003a5b8804bf990590ca41ec48a2 +Author: Emil Velikov +Date: Mon Mar 9 12:00:52 2015 +0000 + + autogen.sh: use quoted string variables + + Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent + fall-outs, when they contain space. + + Signed-off-by: Emil Velikov + Reviewed-by: Peter Hutterer + Signed-off-by: Peter Hutterer + +commit 16fa2630b198c80b07311022a0d71858363f15c0 +Author: Peter Hutterer +Date: Tue Jan 24 10:32:07 2017 +1000 + + autogen.sh: use exec instead of waiting for configure to finish + + Syncs the invocation of configure with the one from the server. + + Signed-off-by: Peter Hutterer + Reviewed-by: Emil Velikov + +commit 649966c9f22e868e7623507e098a03be6e13e6a7 +Author: Alan Coopersmith +Date: Thu May 7 23:03:38 2015 -0700 + + config: add AC_USE_SYSTEM_EXTENSIONS + + Might fix https://bugs.freedesktop.org/show_bug.cgi?id=6336 on 64-bit Linux + Shouldn't hurt anyone + + Signed-off-by: Alan Coopersmith + +commit 8536b831dbaef02a547b9fc637347a1459413e2b +Author: Alan Coopersmith +Date: Mon Jun 2 22:20:38 2014 -0700 + + autogen.sh: Honor NOCONFIGURE=1 + + See http://people.gnome.org/~walters/docs/build-api.txt + + Signed-off-by: Alan Coopersmith + +commit 7bc0c3346c5311317f013e4b4796b20dd7502f77 +Author: Alan Coopersmith +Date: Mon Jun 2 22:20:38 2014 -0700 + + configure: Drop AM_MAINTAINER_MODE + + Signed-off-by: Alan Coopersmith + commit f4ba22c10b9b1bd175fa39d25118bf904ba82eec Author: Alan Coopersmith Date: Thu Jul 18 21:24:07 2013 -0700 diff --git a/app/xconsole/compile b/app/xconsole/compile index 531136b06..a85b723c7 100644 --- a/app/xconsole/compile +++ b/app/xconsole/compile @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify diff --git a/app/xconsole/configure.ac b/app/xconsole/configure.ac index e10b733ae..1b2beba24 100644 --- a/app/xconsole/configure.ac +++ b/app/xconsole/configure.ac @@ -24,15 +24,15 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xconsole], - [1.0.6], + [1.0.7], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xconsole]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) +AC_USE_SYSTEM_EXTENSIONS # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION],