summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-09-15 18:36:01 +0100
committerSimon McVittie <smcv@collabora.com>2021-09-15 19:22:48 +0100
commita078febe6bfa5fafbe52da34988305ee28f3fa46 (patch)
tree8cfa07be9688b679250804dca389b32f0b2d410b
parent507eab6e8ee6886712fb2052d609fd5bb6a06c40 (diff)
downloaddbus-python-a078febe6bfa5fafbe52da34988305ee28f3fa46.tar.gz
build: Use LT_INIT instead of deprecated AC_PROG_LIBTOOL
This has been available since at least libtool 1.9b (2004). Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e87b099..2049700 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ dnl it isn't like we are using C++ or Fortran.
dnl (copied from libglade/configure.in)
m4_define([_LT_AC_TAGCONFIG],[])
-AC_PROG_LIBTOOL
+LT_INIT
AM_PROG_CC_C_O
AC_C_INLINE
AC_PROG_MKDIR_P