This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Conditional Library Compilation


>>> "sbd" == Drummonds, Scott B <scott.b.drummonds@intel.com> writes:

 sbd> From: Alexandre Duret-Lutz [mailto:adl@src.lip6.fr] 
 >> 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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]