From 2243da022d526df5749cf101e8249de1b75253a7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Jul 2016 21:20:01 +0200 Subject: distcheck: explicitly use currently selected GTK+ version --- Makefile.am | 3 ++- configure.ac | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ce3d554..c784f1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ SUBDIRS = data po man mate-volume-control DISTCHECK_CONFIGURE_FLAGS = \ --enable-more-warnings \ --enable-compile-warnings=maximum \ - --enable-deprecated + --enable-deprecated \ + --with-gtk=$(GTK_API_VERSION) DIST_SUBDIRS = \ data \ diff --git a/configure.ac b/configure.ac index 00a6ab8..3202521 100644 --- a/configure.ac +++ b/configure.ac @@ -65,6 +65,8 @@ case "$with_gtk" in ;; esac +AC_SUBST(GTK_API_VERSION) + dnl======================================================================= dnl Check for the volume control modules dnl======================================================================= -- cgit v1.2.1