readd autogen logic; useful for builds from git
This commit is contained in:
parent
dac1661a31
commit
c904b3a155
@ -94,7 +94,8 @@ easy to use experience.
|
||||
%patch1 -p1 -b .firefox
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
||||
%configure --disable-static)
|
||||
make V=1 %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user