summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ltmain.sh')
-rw-r--r--ltmain.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ltmain.sh b/ltmain.sh
index 953f6e71761..b28d160431c 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -48,6 +48,9 @@ EOF
exit 0
fi
+# libtool 1.4.2 workaround
+SED=${SED:-sed}
+
# The name of this program.
progname=`$echo "$0" | ${SED} 's%^.*/%%'`
modename="$progname"