diff options
author | unknown <serg@serg.mylan> | 2004-02-17 21:46:40 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-17 21:46:40 +0100 |
commit | 0bbab8de5ef8fa3cb3704106d4244422ac1fbf70 (patch) | |
tree | 1a540ce994f696a2ce7187ac1454e66bd8e1c5c7 /ltmain.sh | |
parent | fa441ed0858f606ce66a5485c1ba2ba30d26ecde (diff) | |
download | mariadb-git-0bbab8de5ef8fa3cb3704106d4244422ac1fbf70.tar.gz |
libtool tweaks
ltconfig:
libtool upgrade isn't necessary
ltmain.sh:
be consistent
Diffstat (limited to 'ltmain.sh')
-rw-r--r-- | ltmain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ltmain.sh b/ltmain.sh index 8bf1b20bc85..953f6e71761 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -132,7 +132,7 @@ win32_libid () { if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ grep -E 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then win32_nmres=`eval $NM -f posix -A $1 | \ - sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'` + $SED -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'` if test "X$win32_nmres" = "Ximport" ; then win32_libid_type="x86 archive import" else |