mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 14:58:01 +00:00
More autoconf buggery.
This commit is contained in:
parent
67aab60f30
commit
a99f15bc18
14
autogen.sh
14
autogen.sh
@ -6,18 +6,16 @@ bs_dir="$(dirname $(readlink -f $0))"
|
||||
rm -rf "${bs_dir}"/autom4te.cache
|
||||
rm -f "${bs_dir}"/aclocal.m4 "${bs_dir}"/ltmain.sh
|
||||
|
||||
echo 'Running autoreconf -if...'
|
||||
aclocal --force -I m4
|
||||
libtoolize --install --copy --force
|
||||
autoconf --force
|
||||
autoheader --force
|
||||
automake --add-missing --copy --force-missing
|
||||
|
||||
libusb_dir="${bs_dir}"/compat/libusb-1.0/
|
||||
rm -rf "${libusb_dir}"/autom4te.cache
|
||||
rm -rf "${libusb_dir}"/aclocal.m4 "${libusb_dir}"/ltmain.sh
|
||||
|
||||
autoreconf -fi "${libusb_dir}"
|
||||
echo 'Running autoreconf -if...'
|
||||
aclocal --force -I m4
|
||||
libtoolize --install --copy --force
|
||||
autoheader --force
|
||||
automake --add-missing --copy --force-missing
|
||||
autoconf --force
|
||||
|
||||
if test -z "$NOCONFIGURE" ; then
|
||||
echo 'Configuring...'
|
||||
|
@ -428,6 +428,7 @@ AC_CONFIG_FILES([
|
||||
Makefile
|
||||
compat/Makefile
|
||||
compat/jansson/Makefile
|
||||
compat/libusb-1.0/Makefile
|
||||
ccan/Makefile
|
||||
lib/Makefile
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user