automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Conditional Library Compilation


From: Alexandre Duret-Lutz
Subject: Re: Conditional Library Compilation
Date: Thu, 05 Feb 2004 22:49:44 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "sbd" == Drummonds, Scott B <address@hidden> writes:

 sbd> From: Alexandre Duret-Lutz [mailto:address@hidden 
 >> Sorry to insist, but you still haven't answered the most basic
 >> question: what automake version are you using?

 sbd> Begging your pardon, but this is a quote from my reply to your message
 sbd> that was sent both to the group and to you directly:

Sorry about this.  I missed it.

[...]

 sbd> You are correct that I am running an old version.  

There are two things you must know about 1.4.

1) indented variables definitions do not work (this is how I
   guessed your version).  Variable definitions must always
   start on the first column.

2) You cannot use += is a condition which is different from the
   original variable definition (you need 1.7 for this, not 1.6
   as I said in my previous mail).

If you take your initial snippet and remove the leading spaces
it ought to work.

[...]

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]