From f261c104cc96a78754a1c09d3f4a816634b3e28a Mon Sep 17 00:00:00 2001 From: Jani Juhani Sinervo Date: Wed, 19 Jun 2019 10:03:01 +0300 Subject: [PATCH] Replace AM_PROG_LIBTOOL with LT_INIT --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 18fe25fe..8d84c0cd 100644 --- a/configure.ac +++ b/configure.ac @@ -53,10 +53,7 @@ AX_CXX_COMPILE_STDCXX_14 m4_ifdef([AX_COMPILER_FLAGS],[AX_COMPILER_FLAGS(,,[yes],${extra_flags})]) AX_VALGRIND_CHECK -# for now, use AM_PROG_LIBTOOL, as we don't want to require too new -# an autotools setup -AM_PROG_LIBTOOL -#LT_INIT([disable-shared]) +LT_INIT([disable-shared]) AC_PROG_AWK AC_CHECK_PROG(SORT,sort,sort)