From c2f3beaccf88b497087c14527913a87d677ae6f3 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 12 Jan 2015 14:19:51 -0500 Subject: [PATCH] force autoreconf so it pulls in newer aclocal --- mutter.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mutter.spec b/mutter.spec index 789328b..95e4249 100644 --- a/mutter.spec +++ b/mutter.spec @@ -97,6 +97,7 @@ the functionality of the installed %{name} package. %patch0 -p1 -b .dont-depend-on-unreleased-wayland %build +autoreconf -f -i (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; %configure --disable-static --enable-compile-warnings=maximum --enable-installed-tests)