mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-27 07:09:26 +08:00
* config/ltmain.m4sh: Don't require versions of GNU sed newer than
3.02 for Cygwin and MinGW.
This commit is contained in:
parent
cf835b450f
commit
c9ac8fcb3b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user