readd autogen logic; useful for builds from git

This commit is contained in:
Colin Walters 2012-07-18 13:53:21 -04:00
parent dac1661a31
commit c904b3a155

View File

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