diff options
author | unknown <serg@sergbook.mylan> | 2004-04-15 00:42:30 -0400 |
---|---|---|
committer | unknown <serg@sergbook.mylan> | 2004-04-15 00:42:30 -0400 |
commit | e75657c6b5c7ff26873ef0a81fda973eaecfe5c6 (patch) | |
tree | e08946e370d8a53c92d8d04952a3ee35f4243a93 | |
parent | f76d2ce34f4947648fc910669b4639182da6dbaa (diff) | |
download | mariadb-git-e75657c6b5c7ff26873ef0a81fda973eaecfe5c6.tar.gz |
make the code to build with libtool 1.4.2
-rw-r--r-- | ltmain.sh | 3 |
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" |