+2002-02-25 Albert Chin-A-Young <china@thewrittenword.com>
+
+ * Use $ac_n and $ac_c rather than $ECHO_N and $ECHO_C for
+ new LT_AC_PROG_SED macro. $ECHO_N and $ECHO_C defined for
+ autoconf 2.50 and above only.
+
2002-02-01 Robert Boehne <rboehne@ricardo-us.com>
* libtool.m4 (LT_AC_PROG_SED): New macro tests sed for truncation of
test ! -f ${_sed} && break
cat /dev/null > "$tmp/sed.in"
_count=0
- echo $ECHO_N "0123456789$ECHO_C" >"$tmp/sed.in"
+ echo $ac_n "0123456789$ac_c" >"$tmp/sed.in"
# Check for GNU sed and select it if it is found.
if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then
lt_cv_path_SED=${_sed}
echo >>"$tmp/sed.nl"
${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break
cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break
- # 10000 chars as input seems more than enough
+ # 40000 chars as input seems more than enough
test $_count -gt 10 && break
_count=`expr $_count + 1`
if test $_count -gt $_max; then