mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-08 22:26:38 +00:00
Update cryptest-autotools.sh script
This commit is contained in:
parent
41fcebcd3a
commit
8eeaab2316
@ -42,6 +42,11 @@ elif [[ ! -z $(command -v libtool 2>/dev/null) ]]; then
|
||||
export LIBTOOLIZE=$(command -v libtool)
|
||||
fi
|
||||
|
||||
# In case libtool is located in /opt, like under MacPorts or Compile Farm
|
||||
if [[ -z $(command -v glibtoolize 2>/dev/null) ]]; then
|
||||
export LIBTOOLIZE=$(find /opt -name libtool 2>/dev/null | head -n 1)
|
||||
fi
|
||||
|
||||
#############################################################################
|
||||
|
||||
if [[ -z $(command -v aclocal 2>/dev/null) ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user