Re: Mac OS X.4.8 build problem -- new macro for Autoconf

2006-12-11 Thread Peter O'Gorman
On Dec 11, 2006, at 3:21 AM, Bruce Korb wrote: Hi Ralf, This is far too putrid to expect people to spin off of the top of their heads. I think it is Darwin's fault that it is so hard, but autoconf should include this macro so that folks-other-than-gurus can successfully cope with wint_t. Tha

Re: ensure a VPATH build (was: new macro)

2006-02-18 Thread Keith Marshall
On Friday 17 February 2006 1:12 pm, Ralf Wildenhues wrote: > >   pwd_curdir="`$1`" > >   pwd_srcdir="`cd $srcdir && $1`" > > The double quotes are not necessary here. Not just unnecessary, but positively harmful. Several shells will fail to parse this correctly, *including* the MSYS version of b

ensure a VPATH build (was: new macro)

2006-02-17 Thread Ralf Wildenhues
Hi Julien, * Julien Lecomte wrote on Thu, Feb 16, 2006 at 09:13:34PM CET: > > I've made this macro which seems to solve all my problems with autoconf > and preventing configuration in folder containing sources. It works on > my linux box, and also on my windows box (cygwin, msys and mingw). (No

new macro

2006-02-16 Thread Julien Lecomte
Hello all, I've made this macro which seems to solve all my problems with autoconf and preventing configuration in folder containing sources. It works on my linux box, and also on my windows box (cygwin, msys and mingw). (Not tested on mac, the latest Mac I used was an IIgs !) with full, rela