From b07c37b7c6057c21b5df7405e1ec1d63a3e09f44 Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Mon, 26 May 2014 11:13:52 +0200 Subject: [PATCH] build static library by default --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9ca46bd..7b54d90 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,9 @@ AM_INIT_AUTOMAKE([1.10 -Wall no-define]) # the library. AC_CONFIG_HEADERS([config.h]) AC_PROG_CXX -LT_INIT([disable-static]) +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) +#LT_INIT([disable-static]) +LT_INIT AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])