summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-04-04 21:00:20 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-04-04 21:00:20 -0400
commit333019edd2edfc1637e7c6a414ecc724ea84c607 (patch)
tree73a060885082b9b5045fdf465cb0b6250da8a083 /metacity.spec
parent86a0cfdc533e58992996a8e7c63fd3147fb9dce1 (diff)
downloadmetacity-333019edd2edfc1637e7c6a414ecc724ea84c607.tar.gz
metacity-333019edd2edfc1637e7c6a414ecc724ea84c607.tar.xz
metacity-333019edd2edfc1637e7c6a414ecc724ea84c607.zip
no autogen in the tarball...
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"