* config/ltmain.m4sh: Don't require versions of GNU sed newer than

3.02 for Cygwin and MinGW.
This commit is contained in:
Albert Chin-A-Young 2004-10-10 22:15:09 +00:00 committed by Bob Friesenhahn
parent cf835b450f
commit c9ac8fcb3b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -745,7 +745,8 @@ extern \"C\" {
$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