Re: [PATCH] {maint} tests: fix bug in alloca*.test (was: Re: alloca2 test)

2011-03-04 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sat, Mar 05, 2011 at 02:02:33AM CET: > On Friday 04 March 2011, Patrick Welche wrote: > > alloca2.test has > > > > grep 'Makefile.am:1:.*AC_PROG_LIBTOOL' stderr > > > > but I think that nowadays LT_INIT is what appears in automake's error > > message about lack of lib

Re: bug#7833: automake uses two different values for DejaGNU srcdir

2011-03-04 Thread Stefano Lattarini
On Friday 04 March 2011, Ralf Wildenhues wrote: > Hello Peter, all, and sorry for the delay, > > * Peter Breitenlohner wrote on Sat, Jan 15, 2011 at 04:22:32PM CET: > > On Fri, 14 Jan 2011, Ralf Wildenhues wrote: > > > > >Through testing I found out again that DejaGNU does not cope with white > >

[PATCH] {maint} tests: fix bug in alloca*.test (was: Re: alloca2 test)

2011-03-04 Thread Stefano Lattarini
Hello Patrick, and thanks for the report. On Friday 04 March 2011, Patrick Welche wrote: > alloca2.test has > > grep 'Makefile.am:1:.*AC_PROG_LIBTOOL' stderr > > but I think that nowadays LT_INIT is what appears in automake's error > message about lack of libtool? > You're right. The testcase i

Re: [PATCH] tests: fix bug (comments-in-var-defn.test + autoconf 2.62)

2011-03-04 Thread Stefano Lattarini
On Friday 04 March 2011, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Fri, Mar 04, 2011 at 09:52:25AM CET: > > * tests/comments-in-var-defn.test: The configure.in stub created > > by default, which has the AC_INIT first argument obtained by the > > test name, causes autoco

Re: [PATCH] {maint} cosmetics: convert encoding from ISO-8859 to UTF-8

2011-03-04 Thread Stefano Lattarini
On Friday 04 March 2011, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Fri, Mar 04, 2011 at 09:29:24AM CET: > > Hello Automakers. I've found few files in the automake tree > > that are still encoded with ISO-8859 rather than with UTF-8. > > I've thus converted them to UTF-

Re: bug#7833: automake uses two different values for DejaGNU srcdir

2011-03-04 Thread Ralf Wildenhues
Hello Peter, all, and sorry for the delay, * Peter Breitenlohner wrote on Sat, Jan 15, 2011 at 04:22:32PM CET: > On Fri, 14 Jan 2011, Ralf Wildenhues wrote: > > >Through testing I found out again that DejaGNU does not cope with white > >space in absolute directory names anyway, regardless of srcd

Re: [PATCH] tests: fix bug (comments-in-var-defn.test + autoconf 2.62)

2011-03-04 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Fri, Mar 04, 2011 at 09:52:25AM CET: > * tests/comments-in-var-defn.test: The configure.in stub created > by default, which has the AC_INIT first argument obtained by the > test name, causes autoconf 2.62 to fail with a spurious error > message like: "confi

Re: [PATCH] {maint} cosmetics: convert encoding from ISO-8859 to UTF-8

2011-03-04 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Fri, Mar 04, 2011 at 09:29:24AM CET: > Hello Automakers. I've found few files in the automake tree > that are still encoded with ISO-8859 rather than with UTF-8. > I've thus converted them to UTF-8 using iconv (specifically, > "iconv --from-code=ISO-8859-1

[PATCH] tests: fix bug (comments-in-var-defn.test + autoconf 2.62)

2011-03-04 Thread Stefano Lattarini
* tests/comments-in-var-defn.test: The configure.in stub created by default, which has the AC_INIT first argument obtained by the test name, causes autoconf 2.62 to fail with a spurious error message like: "configure.in:1: error: defn: undefined macro:". Thus, to prevent this, the test is renamed t

[PATCH] {maint} cosmetics: convert encoding from ISO-8859 to UTF-8

2011-03-04 Thread Stefano Lattarini
Hello Automakers. I've found few files in the automake tree that are still encoded with ISO-8859 rather than with UTF-8. I've thus converted them to UTF-8 using iconv (specifically, "iconv --from-code=ISO-8859-1 --to-code=UTF-8"). The result is in the attached patch. The affected files are: - N