autoconf: Allow static library builds
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 15 Nov 2007 16:59:57 +0000 (08:59 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Fri, 7 Dec 2007 22:34:27 +0000 (14:34 -0800)
commit88586332d38b3422cec0f3ff05985d0266ae4dfd
tree56cc4e9a3ec6139040f2422f85bbbc4e8058dda4
parent8e4d14743035ba59b16e5c84246916f43487d455
autoconf: Allow static library builds

Allow the user to specify that they want static libraries through the
--{enable,disable}-{static,shared} switches like libtool. The mesa build
only allows for one at a time, so static will be chosen if someone has
passed --enable-static or --disable-shared.

This also allows the mklib options to be set at build time. This allows
-static to be set for mklib, but any platform specific settings are
allowed by setting MKLIB_OPTIONS for configure.

Handling of the program libraries through the APP_LIB_DEPS variable is
pretty ugly, but it seems to work.
configs/autoconf.in
configure.ac