https://bugzilla.redhat.com/show_bug.cgi?id=841001

--- Comment #14 from leigh scott <[email protected]> ---
(In reply to comment #12)
> @ Mario
> this makes also no sense
> 
> NOCONFIGURE=1 ./autogen.sh --enable-startup-notification
> --enable-gtk-doc-html
> 
> better
> 
> %prep
> %setup -q
> NOCONFIGURE=1 ./autogen.sh --enable-startup-notification
> --enable-gtk-doc-html
> 
> %build
> %configure --enable-startup-notification --enable-gtk-doc-html
> make %{?_smp_mflags}
> 
> with (NOCONFIGURE=1) autogen.sh doesn't configure

If it did configure during the autogen command the the options would be lost by
running configure again in the %build section

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to