(no subject)

2005-05-18 Thread ash
water[1].htm Description: Binary data

Re: abs_top_builddir not working?

2005-05-18 Thread Stepan Kasal
Hello, On Wed, May 18, 2005 at 11:04:04AM +0200, Alexandre Duret-Lutz wrote: > Stepan> Or perhaps you could trace a different macro, not directly AC_SUBST. > > That sounds the right thing to do to me. OK. Alexandre, I'm new to this, could you please suggest a name for the macro? > I'd rather

Re: abs_top_builddir not working?

2005-05-18 Thread Alexandre Duret-Lutz
>>> "Stepan" == Stepan Kasal <[EMAIL PROTECTED]> writes: [...] Stepan> Yes, I could use an m4_if inside AC_SUBST to handle them specially. That means maintaining a list of variables far from their definitions. Stepan> Or perhaps you could trace a different macro, not directly AC_SUBST. That

Re: abs_top_builddir not working?

2005-05-18 Thread Stepan Kasal
Hello, On Sat, May 14, 2005 at 05:24:11PM +0100, Keith Marshall wrote: > > Stepan> abs_srcdir > > Stepan> abs_builddir > > Stepan> abs_top_srcdir > > Stepan> abs_top_builddir ... > Doesn't autoconf already AC_SUBST these? no, it doesn't. The variables are substituted, but it's not achieved

Re: Automake not liking spaces in path names.

2005-05-18 Thread Chris Ison
automake (GNU automake) 1.9.2 Written by Tom Tromey <[EMAIL PROTECTED]>. - Original Message - From: "Alexandre Duret-Lutz" <[EMAIL PROTECTED]> To: "Chris Ison" <[EMAIL PROTECTED]> Cc: Sent: Sunday, May 15, 2005 1:05 AM Subject: Re: Automake not liking spaces in path names. "Chris" == Ch