diff options
author | midipix <writeonce@midipix.org> | 2025-01-25 17:20:32 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-01-25 17:20:32 +0000 |
commit | 609018e02b4ea5662b8d57c6936c6255b852bbe9 (patch) | |
tree | dd49d057445dd4ebfa0e6b38f1c21d6c3222e680 | |
parent | 6b26fe25d4ed0bcddb3be7a802cca54b0ee7b4af (diff) | |
download | slibtool-609018e02b4ea5662b8d57c6936c6255b852bbe9.tar.bz2 slibtool-609018e02b4ea5662b8d57c6936c6255b852bbe9.tar.xz |
-rw-r--r-- | m4/slibtool.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/slibtool.m4 b/m4/slibtool.m4 index e2e6ad5..b1ed75b 100644 --- a/m4/slibtool.m4 +++ b/m4/slibtool.m4 @@ -242,7 +242,7 @@ slibtool_set_flavor() _/*) SLIBTOOL_SYSROOT="--sysroot=${slibtool_sysroot}" - SLIBTOOL="${SLIBTOOL} \$(SLIBTOOL_SYSROOT)" + SLIBTOOL="${SLIBTOOL} ${SLIBTOOL_SYSROOT}" ;; *) @@ -536,7 +536,7 @@ _SLIBTOOL_ARG_WITH([sysroot],[absolute path to the target's sysroot],[slibtool_s # -------------------- slibtool_set_flavor LIBTOOL='$(SLIBTOOL)' -SLIBTOOL="${SLIBTOOL} \$(SLIBTOOL_FLAGS)" +SLIBTOOL="${SLIBTOOL} ${SLIBTOOL_FLAGS}" AC_SUBST([LIBTOOL]) AC_SUBST([SLIBTOOL]) |