On Mon, Jan 20, 2014 at 8:06 AM, Gary V. Vaughan <[email protected]> wrote: > >> On Jan 20, 2014, at 3:52 PM, Steven Stewart-Gallus >> <[email protected]> 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 _______________________________________________ Autoconf mailing list [email protected] https://lists.gnu.org/mailman/listinfo/autoconf
