]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.m4sh: Don't require versions of GNU sed newer than
authorAlbert Chin-A-Young <china@thewrittenword.com>
Sun, 10 Oct 2004 22:14:12 +0000 (22:14 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Sun, 10 Oct 2004 22:14:12 +0000 (22:14 +0000)
3.02 for Cygwin and MinGW.

ChangeLog
config/ltmain.m4sh

index 367c445c031d4e1862c34f10a96787610e84ea4c..705de1ec6c7142f6e79f656509fa80c8fa0797cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 28ec84976ef8adafb1132774b36a7b8cba3e3ca8..1f17d5e32009d1cd23ff48504a7ad7634aa8bca1 100644 (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