automake
[Top][All Lists]
Advanced

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

Re: AM_CONDITIONAL not working properly, or I just don't understand :-(


From: Kevin P. Fleming
Subject: Re: AM_CONDITIONAL not working properly, or I just don't understand :-(
Date: Thu, 16 Oct 2003 06:59:17 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925

Gary V. Vaughan wrote:

Or, if you give the modules their own Makefile.am, you might be able to redefine INSTALL and mkinstalldirs to neuter the install rules:

    if !INSTALL_LIBS
    INSTALL=:
    mkinstalldirs=:
    endif


That looks a lot more promising, I'll give it a try.





reply via email to

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