]> granicus.if.org Git - check/commitdiff
* add LT_INIT to configure.ac to build .la files
authorcpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 7 Apr 2014 16:16:46 +0000 (16:16 +0000)
committercpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 7 Apr 2014 16:16:46 +0000 (16:16 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1125 64e312b2-a51f-0410-8e61-82d0ca0eb02a

configure.ac

index 5cbad30ba744d3db5179fd8b958e31a6cb030bb8..de231ebb6e1f38062892fb9c03004fff5d6bf8dd 100644 (file)
@@ -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