From 567fcb650b52ba923180b8894be199500603ce7a Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 31 Mar 2024 22:45:54 +0000 Subject: slibtool.m4: added SLIBTOOL_FLAGS support. --- m4/slibtool.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'm4') diff --git a/m4/slibtool.m4 b/m4/slibtool.m4 index 6b7b680..1f2c857 100644 --- a/m4/slibtool.m4 +++ b/m4/slibtool.m4 @@ -518,9 +518,11 @@ _SLIBTOOL_ARG_WITH([sysroot],[absolute path to the target's sysroot],[slibtool_s # -------------------- slibtool_set_flavor LIBTOOL='$(SLIBTOOL)' +SLIBTOOL="${SLIBTOOL} \$(SLIBTOOL_FLAGS)" AC_SUBST([LIBTOOL]) AC_SUBST([SLIBTOOL]) +AC_SUBST([SLIBTOOL_FLAGS]) AC_SUBST([SLIBTOOL_SYSROOT]) ]) -- cgit v1.2.3