From: Robert Boehne Date: Wed, 30 Jan 2002 16:39:24 +0000 (+0000) Subject: * libtool.m4 (LT_AC_PROG_SED): Removed a mysterious newline. X-Git-Tag: release-1-5~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=558143b58d6c1df96a76593724bff9bd9dd4939e;p=thirdparty%2Flibtool.git * libtool.m4 (LT_AC_PROG_SED): Removed a mysterious newline. --- diff --git a/ChangeLog b/ChangeLog index d7de4f269..20939b15c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-01-30 Robert Boehne + + * libtool.m4 (LT_AC_PROG_SED): Removed a mysterious newline. + 2002-01-28 Robert Boehne * libtool.m4 (LT_AC_PROG_SED): New macro tests sed for truncation of diff --git a/libtool.m4 b/libtool.m4 index ac73937e4..f914b181f 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -5372,8 +5372,7 @@ $debug || _count=0 echo $ECHO_N "0123456789$ECHO_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 + if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then lt_cv_path_SED=${_sed} break; fi