Re: [powerdebug V2: 14/14] Add configure framework

2011-03-24 Thread Daniel Lezcano
On 03/24/2011 11:25 AM, Amit Kucheria wrote: On 11 Mar 23, Arnd Bergmann wrote: On Wednesday 23 March 2011, Daniel Lezcano wrote: But anyway, if adding autoconf/automake for powerdebug is a problem, we can drop the two last patches. Amit ? Your other patches certainly look good to me, and I'm

Re: [powerdebug V2: 14/14] Add configure framework

2011-03-24 Thread Amit Kucheria
On 11 Mar 23, Arnd Bergmann wrote: > On Wednesday 23 March 2011, Daniel Lezcano wrote: > > > But anyway, if adding autoconf/automake for powerdebug is a problem, we > > can drop the two last patches. > > Amit ? > > Your other patches certainly look good to me, and I'm not going > to block your a

Re: [powerdebug V2: 14/14] Add configure framework

2011-03-23 Thread Arnd Bergmann
On Wednesday 23 March 2011, Daniel Lezcano wrote: > > My experience with automake is that it usually makes cross-compiling > > harder, not easier, and more people are familiar with Makefile > > syntax than with Makefile.am syntax, so it's harder to debug if > > something goes wrong. > > About cros

Re: [powerdebug V2: 14/14] Add configure framework

2011-03-23 Thread Daniel Lezcano
On 03/23/2011 03:55 PM, Arnd Bergmann wrote: On Wednesday 23 March 2011, Daniel Lezcano wrote: On 03/23/2011 02:44 PM, Arnd Bergmann wrote: On Wednesday 23 March 2011, Daniel Lezcano wrote: AUTHORS |1 + ChangeLog|1 + Makefile.am | 13 + NEWS |

Re: [powerdebug V2: 14/14] Add configure framework

2011-03-23 Thread Arnd Bergmann
On Wednesday 23 March 2011, Daniel Lezcano wrote: > On 03/23/2011 02:44 PM, Arnd Bergmann wrote: > > On Wednesday 23 March 2011, Daniel Lezcano wrote: > >> AUTHORS |1 + > >> ChangeLog|1 + > >> Makefile.am | 13 + > >> NEWS |1 + > >> autogen.sh

Re: [powerdebug V2: 14/14] Add configure framework

2011-03-23 Thread Daniel Lezcano
On 03/23/2011 02:44 PM, Arnd Bergmann wrote: On Wednesday 23 March 2011, Daniel Lezcano wrote: AUTHORS |1 + ChangeLog|1 + Makefile.am | 13 + NEWS |1 + autogen.sh | 10 ++ configure.ac | 26 ++ Why would

Re: [powerdebug V2: 14/14] Add configure framework

2011-03-23 Thread Arnd Bergmann
On Wednesday 23 March 2011, Daniel Lezcano wrote: > AUTHORS |1 + > ChangeLog|1 + > Makefile.am | 13 + > NEWS |1 + > autogen.sh | 10 ++ > configure.ac | 26 ++ Why would you do this? The changelog is completely e

[powerdebug V2: 14/14] Add configure framework

2011-03-23 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano --- AUTHORS |1 + ChangeLog|1 + Makefile.am | 13 + NEWS |1 + autogen.sh | 10 ++ configure.ac | 26 ++ 6 files changed, 52 insertions(+), 0 deletions(-) create mode 100644 AUTHORS