summaryrefslogtreecommitdiff
blob: 24da76fbab5e561f27f66c0cb36482c429faa46e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From a5fd133e001bb62d13c47ebc392fbb696a513640 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue <g.dartiguelongue@lexfo.fr>
Date: Wed, 30 Aug 2017 11:30:56 +0200
Subject: [PATCH 1/3] Update libtool initialization

Use the recommanded macro post libtool-2 release.
---
 m4/guestfs_misc.m4 | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/m4/guestfs_misc.m4 b/m4/guestfs_misc.m4
index 5dce207d7..a2bb39c0d 100644
--- a/m4/guestfs_misc.m4
+++ b/m4/guestfs_misc.m4
@@ -17,10 +17,7 @@
 
 dnl Miscellaneous configuration that doesn't fit anywhere else.
 
-dnl Replace libtool with a wrapper that clobbers dependency_libs in *.la files
-dnl http://lists.fedoraproject.org/pipermail/devel/2010-November/146343.html
-LIBTOOL='bash $(top_srcdir)/libtool-kill-dependency_libs.sh $(top_builddir)/libtool'
-AC_SUBST([LIBTOOL])
+LT_INIT
 
 dnl Only build boot-analysis program on x86-64 and aarch64.  It
 dnl requires custom work to port to each architecture.
-- 
2.14.1