summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec2
1 files changed, 1 insertions, 1 deletions
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"