From 1f95bbfac35beb5892dfd7238174e17702a6a9d8 Mon Sep 17 00:00:00 2001 From: Albert Chin-A-Young Date: Sun, 10 Oct 2004 22:14:12 +0000 Subject: [PATCH] * config/ltmain.m4sh: Don't require versions of GNU sed newer than 3.02 for Cygwin and MinGW. --- ChangeLog | 5 +++++ config/ltmain.m4sh | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 367c445c0..705de1ec6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-10 Albert Chin-A-Young + + * config/ltmain.m4sh: Don't require versions of GNU sed newer than + 3.02 for Cygwin and MinGW. + 2004-10-10 Bob Friesenhahn * tests/pdemo-inst.test: Correction for mis-application of diff --git a/config/ltmain.m4sh b/config/ltmain.m4sh index 28ec84976..1f17d5e32 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -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 -- 2.47.2