diff options
author | serg@sergbook.mylan <> | 2004-04-15 00:42:30 -0400 |
---|---|---|
committer | serg@sergbook.mylan <> | 2004-04-15 00:42:30 -0400 |
commit | 932cea8f4da77b5a1f513e112c529fc56cd64c14 (patch) | |
tree | e08946e370d8a53c92d8d04952a3ee35f4243a93 /ltmain.sh | |
parent | 527cd1a55850f4eb6ab8d11d2019f7498ee16006 (diff) | |
download | mariadb-git-932cea8f4da77b5a1f513e112c529fc56cd64c14.tar.gz |
make the code to build with libtool 1.4.2
Diffstat (limited to 'ltmain.sh')
-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" |