diff options
author | unknown <serg@sergbook.mylan> | 2004-04-24 17:58:25 +0200 |
---|---|---|
committer | unknown <serg@sergbook.mylan> | 2004-04-24 17:58:25 +0200 |
commit | b825d9b023071039dfbda8324427102533319cb4 (patch) | |
tree | 4fd7fec9f04bb05a8626702464d8d8b864a51211 | |
parent | abab4041a3e6dfe73464fe186a03978121e8fed5 (diff) | |
parent | 9996d06666116bddf3ca8eb058cd6370ac4fc1c4 (diff) | |
download | mariadb-git-b825d9b023071039dfbda8324427102533319cb4.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" |