From c7b3c7e86be4e819a9d29e1ce64edcbd4789f1a7 Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Mon, 25 Apr 2016 12:29:32 +0200 Subject: configure: Add LT_INIT macro to enable libtool configuration. Now we can use --enable-shared, --disable-shared, --enable-static, --disable-static, --with-pic, and --without-pic configure flags to choose whether we want dynamic or static library linking, etc. See the link for details: https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0951e187..88e5b863 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl checks for programs AC_PROG_MAKE_SET AC_PROG_CC AC_PROG_INSTALL -AC_PROG_RANLIB +LT_INIT dnl checks for header files AC_HEADER_STDC -- cgit v1.2.3