From: Richard M. Stallman Date: Tue, 10 Jun 1997 04:18:36 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: fsf-origin~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42767544ff4acbcd13cd004c4eacfcdbb20538fa;p=thirdparty%2Fautoconf.git Fix previous change. --- diff --git a/config.guess b/config.guess index b52d4f0a..c4bca5f2 100755 --- a/config.guess +++ b/config.guess @@ -436,7 +436,7 @@ EOF # The BFD linker knows what the default object file format is, so # first see if it will tell us. ld_help_string=`ld --help 2>&1` - ld_supported_emulations=`echo $ld_help_string + ld_supported_emulations=`echo $ld_help_string \ | sed -ne '/supported emulations:/!d s/[ ][ ]*/ /g s/.*supported emulations: *//