From 32cc7d66e610cc87cef886a1f0262ea255fbb424 Mon Sep 17 00:00:00 2001 From: midipix Date: May 03 2021 18:54:20 +0000 Subject: slibtool.m4: LIBTOOL variable substitution: avoid duplicate value assignments. --- 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])