From 2be47dc0e47da99ed7ad8639c8bbc4a417e5a3d7 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sun, 19 Mar 2017 22:35:44 -0700 Subject: [PATCH] build: fix distcheck arguments We need to delay expansion of ${prefix} until the next configuration done by distcheck. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8ef9e814..78f6f3b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ EXTRA_DIST = \ config.h.meson \ po/meson.build -DISTCHECK_CONFIGURE_FLAGS = --with-sysprofd=bundled --with-systemdsystemunitdir='$(prefix)/etc/systemd/system' +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk --with-sysprofd=bundled --with-systemdsystemunitdir='\${prefix}/etc/systemd/system' AUTHORS: $(AM_V_GEN)if test -d "$(srcdir)/.git"; \