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: Gary V. Vaughan
Subject: Re: How can I set a subproject to build as a static library by default
Date: Mon, 20 Jan 2014 20:06:58 +1300

> 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


reply via email to

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