automake
[Top][All Lists]
Advanced

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

Re: How do I *conditionally* add to INSTALL_DIRS ?


From: Stepan Kasal
Subject: Re: How do I *conditionally* add to INSTALL_DIRS ?
Date: Wed, 10 Jan 2007 17:58:44 +0100
User-agent: Mutt/1.4.2.1i

Hello,

On Wed, Jan 10, 2007 at 08:19:38AM +0900, atoz wrote:
> if WANT_MAN_PAGES
>       cp fooman.8 $(foomandir)
> fi
...
> and it leads to the following error ...
> 
> Makefile.am:175: unterminated conditionals: WANT_MAN_PAGES_TRUE  

this question is easy: Automake conditionals are ended by "endif",
not "fi".

Does this solve the problem?  Please post a summary of problems
remaining after applying Ralf's and my hints.

Regards,
        Stepan




reply via email to

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