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=551838 --- Comment #13 from Mamoru Tasaka <mtasaka@xxxxxxxxxxxxxxxxxxx> 2010-01-09 11:48:50 EST --- (In reply to comment #12) > (In reply to comment #11) > > > I added autoheader to %build before configure, even then autoheader is being > > > called again. > > > > - Would you try aclocal -> autoheader -> autoconf -> automake ? > > still the same. - Then forcely modify the timestamps of autotools related files to prevent autotools from being called after configure like: ---------------------------------------------------- %prep %setup -q %patch0 -p0 -b .configure aclocal autoconf automake autoheader touch -r configure \ config.h.in \ Makefile.in \ aclocal.m4 ---------------------------------------------------- > BTW how do you save the build.log. I use rpmbuild -ba to create > rpm. - You can use "tee" command like $ rpmbuild -ba foo.spec 2>&1 | tee build.log -- 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