Don't force autoreconf
It was a leftover from commit f2fe80fc78
that patched a Makefile.am.
This commit is contained in:
parent
3a7264e1ac
commit
b5d6082f56
2
gjs.spec
2
gjs.spec
@ -45,8 +45,6 @@ Files for development with %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
rm -f configure
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
||||||
%configure --disable-static)
|
%configure --disable-static)
|
||||||
|
Loading…
Reference in New Issue
Block a user