From 32cc7d66e610cc87cef886a1f0262ea255fbb424 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 3 May 2021 18:42:54 +0000 Subject: slibtool.m4: LIBTOOL variable substitution: avoid duplicate value assignments. --- m4/slibtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/slibtool.m4 b/m4/slibtool.m4 index 9bca38c..43dea09 100644 --- a/m4/slibtool.m4 +++ b/m4/slibtool.m4 @@ -315,7 +315,7 @@ _SLIBTOOL_ARG_WITH([pic],[override defaults for pic object usage],[slibtool_pic_ # slibtool: set flavor # -------------------- slibtool_set_flavor -LIBTOOL=${SLIBTOOL} +LIBTOOL='$(SLIBTOOL)' AC_SUBST([LIBTOOL]) AC_SUBST([SLIBTOOL]) -- cgit v1.2.3