From: cpickett Date: Mon, 7 Apr 2014 16:16:46 +0000 (+0000) Subject: * add LT_INIT to configure.ac to build .la files X-Git-Tag: 0.10.0~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05c278754e1a6162da3c080e325a491ac998c070;p=check * add LT_INIT to configure.ac to build .la files git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1125 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/configure.ac b/configure.ac index 5cbad30..de231eb 100644 --- a/configure.ac +++ b/configure.ac @@ -137,6 +137,9 @@ AC_PROG_LN_S m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) AC_PROG_LIBTOOL +# initialize libtool to build .la files +LT_INIT + # add these options to CFLAGS if the compiler supports them AC_DEFUN([AX_CFLAGS_ADD],[AX_C_CHECK_FLAG($1, , , CFLAGS="$CFLAGS $1")]) # Do not use the -ansi flag, currently there is a bug in MinGW/MinGW-w64