bug-inetutils
[Top][All Lists]
Advanced

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

[bug-inetutils] Re: inetutils-1.8 released


From: Simon Josefsson
Subject: [bug-inetutils] Re: inetutils-1.8 released
Date: Tue, 18 May 2010 20:28:58 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

"Alfred M. Szmidt" <address@hidden> writes:

> Thanks!
>
>    What do you mean?
>
> If you do the following in a Makefile.am:
>
> | ifdef foo
> | bar = frob
> | endif
>
> You get an error like:
>
> | Makefile.am:3: endif without if

I see.  You need to use 'if', not 'ifdef', and the symbol needs to be
declared using AM_CONDITIONAL.

/Simon



reply via email to

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