summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mylan>2004-04-15 00:42:30 -0400
committerunknown <serg@sergbook.mylan>2004-04-15 00:42:30 -0400
commite75657c6b5c7ff26873ef0a81fda973eaecfe5c6 (patch)
treee08946e370d8a53c92d8d04952a3ee35f4243a93 /ltmain.sh
parentf76d2ce34f4947648fc910669b4639182da6dbaa (diff)
downloadmariadb-git-e75657c6b5c7ff26873ef0a81fda973eaecfe5c6.tar.gz
make the code to build with libtool 1.4.2
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"