Re: [fedora-arm] Running autoreconf for aarch64 support, why ?

2013-05-06 Thread Brendan Conoboy
On 05/04/2013 12:19 PM, Hans de Goede wrote: Hmm, I can clearly remember rpmbuild doing the same thing in the past (way back in the past I must admit). But given that this is clearly a way better fix then modifying a gazillion packages, I'm glad we've it back! Yes, evidently this feature was ar

Re: [fedora-arm] Running autoreconf for aarch64 support, why ?

2013-05-04 Thread Hans de Goede
Hi, On 05/04/2013 07:50 PM, Peter Robinson wrote: On Sat, May 4, 2013 at 2:25 PM, Hans de Goede wrote: Hi, While working on my Fedora packages, I noticed that %configure replaces config.guess and config.sub with /usr/lib/rpm/redhat/config.guess and /usr/lib/rpm/redhat/config.sub, ie: + for i

Re: [fedora-arm] Running autoreconf for aarch64 support, why ?

2013-05-04 Thread Peter Robinson
On Sat, May 4, 2013 at 2:25 PM, Hans de Goede wrote: > Hi, > > While working on my Fedora packages, I noticed that > %configure replaces config.guess and config.sub with > /usr/lib/rpm/redhat/config.guess and > /usr/lib/rpm/redhat/config.sub, ie: > > + for i in '$(find . -name config.guess -o -nam

[fedora-arm] Running autoreconf for aarch64 support, why ?

2013-05-04 Thread Hans de Goede
Hi, While working on my Fedora packages, I noticed that %configure replaces config.guess and config.sub with /usr/lib/rpm/redhat/config.guess and /usr/lib/rpm/redhat/config.sub, ie: + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./lib-src/libresample/config.guess + '['