Skip to content

Commit 434adc2

Browse files
committed
Fix the value of LIBTOOL, as mentioned in the ChangeLog entry.
1 parent c3d5f40 commit 434adc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcharset/m4/libtool.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ _LT_SET_OPTIONS([$0], [$1])
8989
LIBTOOL_DEPS="$ltmain"
9090
9191
# Always use our own libtool.
92-
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
92+
LIBTOOL="${CONFIG_SHELL-$SHELL} "'$(top_builddir)/libtool'
9393
AC_SUBST(LIBTOOL)dnl
9494
9595
_LT_SETUP

0 commit comments

Comments
 (0)