diff options
author | serg@sergbook.mylan <> | 2004-04-24 17:58:25 +0200 |
---|---|---|
committer | serg@sergbook.mylan <> | 2004-04-24 17:58:25 +0200 |
commit | 93797a0dffc42f812e55ab089847b804ee8c7204 (patch) | |
tree | 4fd7fec9f04bb05a8626702464d8d8b864a51211 | |
parent | 493c81d6e95ff2b310fbe0c6f02f9d53b3971e20 (diff) | |
parent | 899217e270fa8a5b67a97536b8da8d207c3faf5d (diff) | |
download | mariadb-git-93797a0dffc42f812e55ab089847b804ee8c7204.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into sergbook.mylan:/usr/home/serg/Abk/mysql-4.0
-rw-r--r-- | ltmain.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ltmain.sh b/ltmain.sh index 8bf1b20bc85..62b9ed17e3f 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" |