mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 06:18:06 +00:00
Work around older libtoolize that fails without top ltmain.sh not being present during autogen
This commit is contained in:
parent
40034ba1a2
commit
539f2c35d0
@ -1,7 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
bs_dir="$(dirname $(readlink -f $0))"
|
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}"
|
autoreconf -fi "${bs_dir}"
|
||||||
|
|
||||||
if test -z "$NOCONFIGURE" ; then
|
if test -z "$NOCONFIGURE" ; then
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user