From c904b3a155bf47597b36cb5a1e479a67964f51de Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 18 Jul 2012 13:53:21 -0400 Subject: [PATCH] readd autogen logic; useful for builds from git --- gnome-shell.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index c5e72bb..3846478 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -94,7 +94,8 @@ easy to use experience. %patch1 -p1 -b .firefox %build -%configure --disable-static +(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; + %configure --disable-static) make V=1 %{?_smp_mflags} %install