]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Use $ac_n and $ac_c rather than $ECHO_N and $ECHO_C for
authorAlbert Chin-A-Young <china@thewrittenword.com>
Mon, 25 Feb 2002 20:37:10 +0000 (20:37 +0000)
committerRobert Boehne <rboehne@gnu.org>
Mon, 25 Feb 2002 20:37:10 +0000 (20:37 +0000)
new LT_AC_PROG_SED macro. $ECHO_N and $ECHO_C defined for
autoconf 2.50 and above only.

ChangeLog
libtool.m4

index e910e2e8fd4deb72bb7ce9c658257181a516ebff..cc2bc6c9767ba77c89ecec88f0584278b9a934f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index 46abe08987e7d5c13f04659fd5e18c533400b6e0..3abd86b000c959715b29c6058d5b43d4de24c84a 100644 (file)
@@ -3644,7 +3644,7 @@ $debug ||
     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}
@@ -3657,7 +3657,7 @@ $debug ||
       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