summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Jha <hi@nikhiljha.com>2020-08-25 13:12:39 -0700
committerDenis Kenzior <denkenz@gmail.com>2020-09-29 09:14:22 -0500
commit0153cefeeb94802dd88bd259a68bf384ef69e3ac (patch)
tree84b26f76a85a073eb2ff76ba78a4ae112fe19c40
parent7594a000ddbc0a5d85fb522d6d787422f1650a48 (diff)
downloadofono-0153cefeeb94802dd88bd259a68bf384ef69e3ac.tar.gz
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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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]), [