`read -r' (unnecessary in this case).
Reported by Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>.
2004-12-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * config/ltmain.m4sh (func_extract_archives): Not all shells grok
+ `read -r' (unnecessary in this case).
+ Reported by Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>.
+
* config/general.m4sh: New variable quote_scanset..
(func_quote_for_eval, func_quote_for_expand) ..use it to work around
SunOS ksh `case' backslash-escaping bug: protect character class by
func_warning "$modename: warning: object name conflicts; renaming object files" 1>&2
func_warning "$modename: warning: to ensure that they will not overwrite" 1>&2
func_show_eval "cp \$f_ex_an_ar_oldlib \$f_ex_an_ar_dir/\$f_ex_an_ar_lib"
- $AR t "$f_ex_an_ar_oldlib" | sort | uniq -c | while read -r count name
+ $AR t "$f_ex_an_ar_oldlib" | sort | uniq -c | while read count name
do
# We don't want to do anything to objects with unique names
test "$count" -eq 1 && continue