+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.
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";;