mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
backport libtool fix from 4.1
This commit is contained in:
parent
c73efc8059
commit
9996d06666
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue