From 0153cefeeb94802dd88bd259a68bf384ef69e3ac Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Tue, 25 Aug 2020 13:12:39 -0700 Subject: [PATCH] build: remove obsolete m4 macro As per https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html LT_INIT should be used instead. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3655a112..06ba5290 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ m4_define([_LT_AC_TAGCONFIG], []) m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])]) AC_DISABLE_STATIC -AC_PROG_LIBTOOL +LT_INIT AC_ARG_ENABLE(optimization, AC_HELP_STRING([--disable-optimization], [disable code optimization through compiler]), [