Re: [BRLTTY] Nits in configure.ac

2007-08-27 Thread Dave Mielke
[quoted lines by Stepan Kasal on 2007/08/27 at 19:39 +0200] >> There are still uses of changequote() in aclocal.m4 which need to be dealt >> with. If you fix them then it'll be easier for me. :-) One of them, for >> example, relies on patsubst() being expanded so I'm not sure what'll happen >> if

Re: [BRLTTY] Nits in configure.ac

2007-08-27 Thread Stepan Kasal
Hello, On Mon, Aug 27, 2007 at 11:44:07AM -0400, Dave Mielke wrote: > There are still uses of changequote() in aclocal.m4 which need to be dealt > with. If you fix them then it'll be easier for me. :-) One of them, for > example, relies on patsubst() being expanded so I'm not sure what'll happen i

Re: [BRLTTY] Nits in configure.ac

2007-08-27 Thread Dave Mielke
[quoted lines by Stepan Kasal on 2007/08/27 at 17:03 +0200] >when reviewing a packaging issue in Fedora GNU/Linux, I noticed a nit >in your Autoconf usage. >Your configure.ac uses changequote(), which is not recommended by the >Autoconf manual and clutters the code. >It's much safer and nicer to u

[BRLTTY] Nits in configure.ac

2007-08-27 Thread Stepan Kasal
Hello, when reviewing a packaging issue in Fedora GNU/Linux, I noticed a nit in your Autoconf usage. Your configure.ac uses changequote(), which is not recommended by the Autoconf manual and clutters the code. It's much safer and nicer to use quoting: when a string is inside a pair of brackets, it