summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJani Juhani Sinervo <jani@sinervo.fi>2019-06-19 10:03:01 +0300
committerJani Juhani Sinervo <jani@sinervo.fi>2019-06-19 10:03:01 +0300
commitf261c104cc96a78754a1c09d3f4a816634b3e28a (patch)
tree861945224f390b024008203f419801c661c950e4 /configure.ac
parentc30b9fa49e6fbad61e85607d9f1b4371413326c0 (diff)
Replace AM_PROG_LIBTOOL with LT_INIT
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 18fe25f..8d84c0c 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)