> On Jan 20, 2014, at 3:52 PM, Steven Stewart-Gallus 
> <sstewartgallu...@mylangara.bc.ca> 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
_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to