summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
authorserg@sergbook.mylan <>2004-04-15 00:42:30 -0400
committerserg@sergbook.mylan <>2004-04-15 00:42:30 -0400
commit932cea8f4da77b5a1f513e112c529fc56cd64c14 (patch)
treee08946e370d8a53c92d8d04952a3ee35f4243a93 /ltmain.sh
parent527cd1a55850f4eb6ab8d11d2019f7498ee16006 (diff)
downloadmariadb-git-932cea8f4da77b5a1f513e112c529fc56cd64c14.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"