From: Ludovic Courtès Date: Mon, 20 Apr 2009 17:32:41 +0000 (+0200) Subject: Disable static libraries by default. X-Git-Tag: v0.2~5 X-Git-Url: https://repo.or.cz/w/guile-r6rs-libs.git/commitdiff_plain/aee3e66457be1be3fbdd19f95c59168aca175b1c Disable static libraries by default. * configure.ac: Use `LT_INIT' instead of `AC_PROG_LIBTOOL'; disable static libraries by default. --- diff --git a/configure.ac b/configure.ac index 19c03c2..de5adf4 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,9 @@ AC_ARG_WITH([guilemoduledir], # Checks for programs. AC_PROG_CC gl_EARLY -AC_PROG_LIBTOOL + +# Disable static libraries as this is usually useless. +LT_INIT([disable-static]) # Gnulib. gl_INIT