[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxtst: Changes to 'upstream-unstable'



 configure.ac    |    2 +-
 man/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4a5ac6a63c22bdfac9a873803f3a0fa3d6e20a5b
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Aug 17 14:57:22 2007 -0700

    Version bump: 1.0.3

diff --git a/configure.ac b/configure.ac
index a2e1c65..9e84341 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.57])
 
-AC_INIT(libXtst, 1.0.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXtst)
+AC_INIT(libXtst, 1.0.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXtst)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE
 

commit fe206f87078c90afaa5eba42a4bbe1c0ea300e9b
Author: zoka <zoran@microtrol.com.au>
Date:   Mon Jul 2 20:34:52 2007 -0700

    libXtst man pages generation fails if srcdir != builddir

diff --git a/man/Makefile.am b/man/Makefile.am
index 318e137..845061f 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -28,7 +28,7 @@ libmandir = $(LIB_MAN_DIR)
 
 LIB_MAN_DIR_SUFFIX = $(LIB_MAN_DIR:@mandir@/man%=%)
 
-libman_xml = XTest.xml
+libman_xml = $(srcdir)/XTest.xml
 
 XTest_manpages =	\
 	XTestQueryExtension                 \



Reply to: