no autogen in the tarball...

This commit is contained in:
Matthias Clasen 2011-04-04 21:00:20 -04:00
parent 86a0cfdc53
commit 333019edd2

View File

@ -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"