not actually be set, we should use SHELL here, also make darn sure
that SHELL is set to something. Bug from Willem Jan Palenstijn
<wpalenst@math.leidenuniv.nl>.
+2004-08-04 Peter O'Gorman <peter@pogma.com>
+
+ * m4/libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Since CONFIG_SHELL may
+ not actually be set, we should use SHELL here, also make darn sure
+ that SHELL is set to something. Bug from Willem Jan Palenstijn
+ <wpalenst@math.leidenuniv.nl>.
+
2004-08-03 Jacob Meuser <jakemsr@jakemsr.com>
* ltmain.in: Allow some static libraries to be used in generating a
for i in 1 2 3 4 5 6 7 8 ; do
teststring=$teststring$teststring
done
+ SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
# If test is not a shell built-in, we'll probably end up computing a
# maximum length that is only half of the actual maximum length, but
# we can't tell.
- while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
+ while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
= "XX$teststring$teststring") >/dev/null 2>&1 &&
test $i != 17 # 1/2 MB should be enough
do