diff options
author | midipix <writeonce@midipix.org> | 2021-05-03 18:42:54 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-03 18:54:20 +0000 |
commit | 32cc7d66e610cc87cef886a1f0262ea255fbb424 (patch) | |
tree | 77e717f890e622190ed2dbb9ab1aa31e82881abc | |
parent | 26354e5fca8a27ce476970f7ddb91171dba0912d (diff) | |
download | slibtool-32cc7d66e610cc87cef886a1f0262ea255fbb424.tar.bz2 slibtool-32cc7d66e610cc87cef886a1f0262ea255fbb424.tar.xz |
slibtool.m4: LIBTOOL variable substitution: avoid duplicate value assignments.
-rw-r--r-- | m4/slibtool.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |