1
0
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:
Con Kolivas 2013-10-16 23:17:55 +11:00
parent 40034ba1a2
commit 539f2c35d0
2 changed files with 2 additions and 9662 deletions

View File

@ -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