Re: mdemo ltdl failure

2007-04-26 Thread Karl Berry
> I did not bump the argz.m4 serial again (I'm not sure what the > rules are: bump on EVERY change Personally I think it is highly desirable to change serial numbers any time a new version is committed. One person's minor fix is another person's critical stopper.

Re: mdemo ltdl failure

2007-04-26 Thread Ralf Wildenhues
Hi Charles, Bruno, * Charles Wilson wrote on Thu, Apr 26, 2007 at 07:34:56AM CEST: > > Attached. Re-ran *all* of the tests described here: > http://lists.gnu.org/archive/html/libtool-patches/2007-04/msg00073.html > with identical results. Thank you for patching and testing, and thanks to Bruno f

Re: mdemo ltdl failure

2007-04-26 Thread Charles Wilson
Charles Wilson wrote: I'll generate and test an additional patch addressing Bruno's concerns. Attached. Re-ran *all* of the tests described here: http://lists.gnu.org/archive/html/libtool-patches/2007-04/msg00073.html with identical results. I did not bump the argz.m4 serial again (I'm not su

Re: mdemo ltdl failure

2007-04-26 Thread libtool
On Wed, 25 Apr 2007 23:57:13 +0200, "Bruno Haible" <[EMAIL PROTECTED]> [Lots of good comments...snipped] As I was the originator of this change (though not its final form), and because Ralf has already committed it to libtool cvs, I'll generate and test an additional patch addressing Bruno's conc

Re: mdemo ltdl failure

2007-04-25 Thread Bruno Haible
Hi Ralf, A bit of gnitpicking: Ralf Wildenhues wrote: > Here's what the gnulib patch looks like. > + set x `uname -r | $SED -e 's/^\([[0-9\.]]*\).*/\1/'` $SED is usually not defined in the context of autoconf macros that are part of gnulib. (I.e. it expands to empty.) Just use 'sed' in

Re: mdemo ltdl failure

2007-04-25 Thread Ralf Wildenhues
[ http://thread.gmane.org/gmane.comp.gnu.libtool.patches/7314/focus=7498 ] Thanks Charles for all your work on this. I installed this path into Libtool HEAD, and pulled the changes over to gnulib. Here's what the gnulib patch looks like. Cheers, Ralf 2007-04-25 Charles Wilson <[EMAIL PROTECT