Re: regression in autoconf 2.65 ?

2009-11-29 Thread Vincent Torri
Hey, According to Vincent Torri on 11/28/2009 2:22 AM: AC_DEFUN([ECORE_CHECK_MODULE], [ m4_pushdef([UP], m4_toupper([[$1]]))dnl m4_pushdef([DOWN], m4_tolower([[$1]]))dnl Lose the extra quotes. Per the NEWS, m4_toupper and m4_tolower now properly quote their expansion. So you need: m4_push

Re: regression in autoconf 2.65 ?

2009-11-29 Thread Vincent Torri
Hey, According to Vincent Torri on 11/27/2009 3:26 PM: AC_DEFUN([EVAS_CHECK_IMAGE_LOADER], [ m4_pushdef([UP], m4_toupper([[$1]])) m4_pushdef([DOWN], m4_tolower([[$1]])) See my other mail - the quoting of m4_toupper changed, so losing the extra layer of quotes will probably resolve this issu

Re: Quick divert() 2.13/2.6x portability macro

2009-11-29 Thread Ralf Wildenhues
* Thomas Dickey wrote on Sat, Nov 28, 2009 at 04:26:58PM CET: > On Sat, 28 Nov 2009, Eric Blake wrote: > > > >Here's a thought. I'm not sure whether the divert's were necessary in > >autoconf 2.13 (that is so old that it pre-dates my involvement with > > 2.13 uses diverts for help-messages, etc.

Re: Quick divert() 2.13/2.6x portability macro

2009-11-29 Thread Rasmus Lerdorf
Ralf Wildenhues wrote: > * Thomas Dickey wrote on Sat, Nov 28, 2009 at 04:26:58PM CET: >> On Sat, 28 Nov 2009, Eric Blake wrote: >>> Here's a thought. I'm not sure whether the divert's were necessary in >>> autoconf 2.13 (that is so old that it pre-dates my involvement with >> 2.13 uses diverts fo

Re: Quick divert() 2.13/2.6x portability macro

2009-11-29 Thread Ralf Wildenhues
* Rasmus Lerdorf wrote on Sun, Nov 29, 2009 at 09:33:56PM CET: > Ralf Wildenhues wrote: > > > > We looked at a PHP package and its diversion usage for its toplevel > > configure script with Autoconf 2.13 when a bug with PHP and newer > > Autoconf was last reported, within the last couple of weeks,

Re: autoconf-2.65 has 252 test failures on OpenSolaris x86

2009-11-29 Thread Ralf Wildenhues
Hello David, * Dr. David Kirkby wrote on Sun, Nov 29, 2009 at 11:46:52PM CET: > I've got a Sun Ultra 27 running OpenSolaris (06/2009 release). This > is a quad core 3.33 GHz Xeon machine - not a SPARC. [...] > But when I try to build autoconf, there are a large number of > failures. Any ideas what