Re: autoscan failure: do not walk subpackages

2005-08-16 Thread Stepan Kasal
Hello, On Tue, Aug 16, 2005 at 07:41:38AM +0200, Ralf Wildenhues wrote: Oops, I must've overlooked that as well as the old FSF address done. I also fixed copyright years list in sute.at. (can you tell how long this patch has been sitting around here?). Since April 21? Stepan

Re: reorganized config.status

2005-08-16 Thread Stepan Kasal
Hello Ralf, I asked you: Are you willing to prepare another patch and do these two doc enhancements? you did it. Though I'm not going to use it directly, it helped me co make my mind. So your work wasn't in vain, though it might seem so. ;-) +Since they have to appear before

Re: AT_KEYWORDS failure: cmdline OR-combinations

2005-08-16 Thread Ralf Wildenhues
Hi Noah, * Noah Misch wrote on Tue, Aug 16, 2005 at 01:50:57AM CEST: On Mon, Aug 15, 2005 at 06:22:09PM +0200, Ralf Wildenhues wrote: * tests/autotest.at (Keywords): Test keywords combinations. Marked XFAIL and Applied. Thanks. And here's the fix for this one, three other bugs and

Re: AT_KEYWORDS failure: cmdline OR-combinations

2005-08-16 Thread Stepan Kasal
Hello Ralf, I noticed a problem with your patch: On Tue, Aug 16, 2005 at 01:19:05PM +0200, Ralf Wildenhues wrote: + # It is on purpose that we match the test group titles too. + at_groups_selected=`echo $at_groups_selected | + grep -i ^[[^;]]*;[[^;]]*.*[[;

Re: AT_KEYWORDS failure: cmdline OR-combinations

2005-08-16 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Tue, Aug 16, 2005 at 04:28:04PM CEST: I noticed a problem with your patch: *snip excerpt* So --keyword might select several banners, but they are 0 for the purpose of sort -nu. This means that one of the banners will be at the top, and all others are

A simplification of _AC_CANONICAL_SPLIT

2005-08-16 Thread Stepan Kasal
Hello, I proposed the following simplification. OK to commit? Stepan Kasal 2005-08-16 Stepan Kasal [EMAIL PROTECTED] * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify, relying on the fact that $* concatenates the parameters by the first character from IFS.

Re: AT_KEYWORDS failure: cmdline OR-combinations

2005-08-16 Thread Stepan Kasal
Hello Ralf, On Tue, Aug 16, 2005 at 06:10:52PM +0200, Ralf Wildenhues wrote: I happen not to understand the exact nature of the bug report that led to the breakage of this code in the first place: http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html I don't understand it

Re: AT_KEYWORDS failure: cmdline OR-combinations

2005-08-16 Thread Ralf Wildenhues
* Stepan Kasal wrote on Tue, Aug 16, 2005 at 07:15:13PM CEST: On Tue, Aug 16, 2005 at 06:10:52PM +0200, Ralf Wildenhues wrote: I happen not to understand the exact nature of the bug report that led to the breakage of this code in the first place:

Re: AT_KEYWORDS failure: cmdline OR-combinations

2005-08-16 Thread Stepan Kasal
Hello again, one minor nit: On Tue, Aug 16, 2005 at 07:36:07PM +0200, Ralf Wildenhues wrote: + at_groups=`echo $at_groups$as_nl$at_groups_all | +awk ['BEGIN { FS = ; } + !/ / { selected[$ 1] = 1 } since the field splitting is effectively switched off, $0 might be more readable