[Xfce4-commits] [apps/xfce4-screensaver] 265/425: distcheck: explicitly use currently selected GTK+ version

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:51:52 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit d3aabf8903608e071af9965367ffede901633e7c
Author: raveit65 <chat-to-me at raveit.de>
Date:   Fri Jul 15 21:49:23 2016 +0200

    distcheck: explicitly use currently selected GTK+ version
---
 Makefile.am  | 4 +++-
 configure.ac | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index c25ecff..f00a804 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,9 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 NULL =
 
-DISTCHECK_CONFIGURE_FLAGS = --without-systemd
+DISTCHECK_CONFIGURE_FLAGS = \
+	--without-systemd \
+	--with-gtk=$(GTK_API_VERSION)
 
 SUBDIRS =			\
 	src			\
diff --git a/configure.ac b/configure.ac
index f29d711..7191391 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,6 +75,8 @@ case "$with_gtk" in
        ;;
 esac
 
+AC_SUBST(GTK_API_VERSION)
+
 AC_CHECK_HEADERS(unistd.h)
 AC_CHECK_HEADERS(crypt.h sys/select.h)
 AC_CHECK_FUNCS(select fcntl uname nice setpriority getcwd getwd putenv sbrk)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list