mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Work around older libtoolize that fails without top ltmain.sh not being present during autogen
This commit is contained in:
parent
8f3a055928
commit
84382e1021
@ -1,7 +1,8 @@
|
||||
#!/bin/sh
|
||||
bs_dir="$(dirname $(readlink -f $0))"
|
||||
rm -rf "${bs_dir}"/autom4te.cache "${bs_dir}"/aclocal.m4 "${bs_dir}"/ltmain.sh
|
||||
|
||||
#Some versions of libtoolize don't like there being no ltmain.sh file already
|
||||
touch "${bs_dir}"/ltmain.sh
|
||||
autoreconf -fi "${bs_dir}"
|
||||
|
||||
if test -z "$NOCONFIGURE" ; then
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user