force autoreconf so it pulls in newer aclocal

This commit is contained in:
Ray Strode 2015-01-12 14:19:51 -05:00
parent 36abdfbadb
commit c2f3beaccf
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ the functionality of the installed %{name} package.
%patch0 -p1 -b .dont-depend-on-unreleased-wayland
%build
autoreconf -f -i
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
%configure --disable-static --enable-compile-warnings=maximum --enable-installed-tests)