Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems
This commit is contained in:
@@ -3,6 +3,7 @@ set -e
|
||||
srcdir="$(dirname $0)"
|
||||
cd "$srcdir"
|
||||
if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
|
||||
export LIBTOOLIZE="${GLIBTOOLIZE}"
|
||||
LIBTOOLIZE="${GLIBTOOLIZE}"
|
||||
export LIBTOOLIZE
|
||||
fi
|
||||
autoreconf --install --force --warnings=all
|
||||
|
||||
Reference in New Issue
Block a user