no autogen in the tarball...
This commit is contained in:
parent
86a0cfdc53
commit
333019edd2
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user