From a65995df730d5f8bfa0eb45b6a82614d47f0b8fa Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Thu, 7 Oct 2010 02:29:29 +0200 Subject: [PATCH] Replace LT_INIT by AC_ macros in configure.ac --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4430523..69622b1 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,8 @@ AC_PROG_CXX AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL AC_PROG_MAKE_SET -LT_INIT([disable-static]) +AC_DISABLE_STATIC +AC_PROG_LIBTOOL # Checks for header files. AC_HEADER_STDC -- libgit2 0.21.4