Commit 9c93264 1 parent 1697431 commit 9c93264 Copy full SHA for 9c93264
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # Copyright (c) 2013-2016 The Bitcoin Core developers
2
+ # Copyright (c) 2013-2019 The Bitcoin Core developers
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
6
+ export LC_ALL=C
6
7
set -e
7
- srcdir=" $( dirname $0 ) "
8
+ srcdir=" $( dirname " $0 " ) "
8
9
cd " $srcdir "
9
- if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE=" ` which glibtoolize 2> /dev/null ` " ; then
10
+ if [ -z " ${LIBTOOLIZE} " ] && GLIBTOOLIZE=" $( command -v glibtoolize ) " ; then
10
11
LIBTOOLIZE=" ${GLIBTOOLIZE} "
11
12
export LIBTOOLIZE
12
13
fi
13
- which autoreconf > /dev/null || \
14
+ command -v autoreconf > /dev/null || \
14
15
(echo " configuration failed, please install autoconf first" && exit 1)
15
16
autoreconf --install --force --warnings=all
You can’t perform that action at this time.
0 commit comments