Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=511895 --- Comment #9 from Orcan 'oget' Ogetbil <oget.fedora@xxxxxxxxx> 2009-07-25 22:25:25 EDT --- This won't work: ./autogen.sh --disable-static --enable-gtk-doc #%configure --disable-static --enable-gtk-doc Check the build.log. You will see that the configure is executed twice. It's also not safe. Because %configure is a multi-line macro. If you do a #%configure, you are commenting out only the first line, which defines CFLAGS. If you want to comment out a macro use double %, e.g. #%%configure. But IMHO the best solution is to eliminate the ./configure call from the autogen.sh (Note that this is not the only solution :)). I keep seeing some clutter broken deps in rawhide for the last few rawhide reports. Is this package affected by this? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review