From 333019edd2edfc1637e7c6a414ecc724ea84c607 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Apr 2011 21:00:20 -0400 Subject: no autogen in the tarball... --- metacity.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metacity.spec b/metacity.spec index cd1f4a4..d2e1152 100644 --- a/metacity.spec +++ b/metacity.spec @@ -126,7 +126,7 @@ export CPPFLAGS # Always rerun configure for now rm -f configure -(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; +(if ! test -x configure; then autoreconf -i -f; fi; %configure --disable-static) SHOULD_HAVE_DEFINED="HAVE_SM HAVE_XINERAMA HAVE_XFREE_XINERAMA HAVE_SHAPE HAVE_RANDR HAVE_STARTUP_NOTIFICATION" -- cgit