>>> "sbd" == Drummonds, Scott B <[EMAIL PROTECTED]> writes:
sbd> From: Alexandre Duret-Lutz [mailto:[EMAIL PROTECTED] >> 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
