autoconf
[Top][All Lists]
Advanced

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

Re: How can I set a subproject to build as a static library by default


From: Bert Wesarg
Subject: Re: How can I set a subproject to build as a static library by default
Date: Mon, 20 Jan 2014 15:24:42 +0100

On Mon, Jan 20, 2014 at 8:06 AM, Gary V. Vaughan <address@hidden> wrote:
>
>> On Jan 20, 2014, at 3:52 PM, Steven Stewart-Gallus <address@hidden> wrote:
>>
>> I know I can use LT_INIT([static]) to build libraries in my project 
>> statically
>> (by default) but how can I make subprojects build statically?
>
> Pass --disable-shared to AC_CONFIG_SUBDIRS.
>
> http://www.gnu.org/s/autoconf/manual/autoconf.html#Subdirectories

There is no word in the documentation how to pass special flags to an
sub-configure with the help of AC_CONFIG_SUBDIRS. What do I miss?

Bert



reply via email to

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