]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/ltmain.m4sh (func_win32_libid): use $SED not
authorCharles Wilson <cygwin@cwilson.fastmail.fm>
Thu, 10 Nov 2005 18:32:44 +0000 (18:32 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 10 Nov 2005 18:32:44 +0000 (18:32 +0000)
sed.

ChangeLog
libltdl/config/ltmain.m4sh

index 1aebdc75443c656ec572cf48d717f55e076b6767..e8c5387330725e755d7af5f2e52fdb558252c616 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2005-09-10  Charles Wilson  <cygwin@cwilson.fastmail.fm>
+
+       * libltdl/config/ltmain.m4sh (func_win32_libid): use $SED not
+       sed.
+       
 2005-11-10  Albert Chin-A-Young  <china@thewrittenword.com>
 
-       * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG)
+       * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [ hpux10, hpux11 ]
        <hppa*64,ia64, aCC,g++>:
        Use C++ compiler for linking rather than ld.
 
index 87449619360ed62217df721a601e1e105467cbdf..d37fc71b552abe515bb2d00a916db7b19beccbcc 100644 (file)
@@ -681,7 +681,7 @@ func_win32_libid ()
     if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
        $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
       win32_nmres=`eval $NM -f posix -A $1 |
-       sed -n -e '1,100{/ I /{s,.*,import,;p;q;};}'`
+       $SED -n -e '1,100{/ I /{s,.*,import,;p;q;};}'`
       case $win32_nmres in
       import*)  win32_libid_type="x86 archive import";;
       *)        win32_libid_type="x86 archive static";;