3.02 for Cygwin and MinGW.
+2004-10-10 Albert Chin-A-Young <china@thewrittenword.com>
+
+ * config/ltmain.m4sh: Don't require versions of GNU sed newer than
+ 3.02 for Cygwin and MinGW.
+
2004-10-10 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* tests/pdemo-inst.test: Correction for mis-application of
$run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
case $host in
*cygwin* | *mingw* )
- $run eval "${SED} -e '1iEXPORTS'"' < "$export_symbols" > "$output_objdir/$output.def"'
+ $run ${ECHO} EXPORTS > "$output_objdir/$output.def"
+ $run cat "$export_symbols" >> "$output_objdir/$output.def"
;;
esac
else