From 4a0383223507ac389d0a9f7cc9639bf1e6c63e70 Mon Sep 17 00:00:00 2001 From: Charles Wilson Date: Thu, 10 Nov 2005 18:33:26 +0000 Subject: [PATCH] * ltmain.in (func_win32_libid): use $SED not sed. --- ChangeLog | 4 ++++ ltmain.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e3834decf..c573d8aa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-10 Charles Wilson + + * ltmain.in (func_win32_libid): use $SED not sed. + 2005-11-10 Albert Chin-A-Young * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG) [ hpux10, hpux11 ] diff --git a/ltmain.in b/ltmain.in index 8ea97e1dd..5b88eb79d 100644 --- a/ltmain.in +++ b/ltmain.in @@ -157,7 +157,7 @@ func_win32_libid () if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ $EGREP -e '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";; -- 2.47.3