1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123 |
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- m4_define([v_maj], [4])
- m4_define([v_min], [12])
- m4_define([v_mic], [1])
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- m4_define([v_ver], [v_maj.v_min.v_mic-wrk])
- m4_define([lt_rev], m4_eval(v_maj + v_min))
- m4_define([lt_cur], v_mic)
- m4_define([lt_age], v_min)
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- AC_INIT([cgminer], [v_ver], [kano])
- AC_PREREQ(2.59)
- AC_CANONICAL_SYSTEM
- AC_CONFIG_MACRO_DIR([m4])
- AC_CONFIG_SRCDIR([cgminer.c])
- AC_CONFIG_HEADERS([config.h])
- AM_INIT_AUTOMAKE([foreign subdir-objects])
- m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
- AC_USE_SYSTEM_EXTENSIONS
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- m4_ifdef([v_rev], , [m4_define([v_rev], [0])])
- m4_ifdef([v_rel], , [m4_define([v_rel], [])])
- AC_DEFINE_UNQUOTED(CGMINER_MAJOR_VERSION, [v_maj], [Major version])
- AC_DEFINE_UNQUOTED(CGMINER_MINOR_VERSION, [v_min], [Minor version])
- AC_DEFINE_UNQUOTED(CGMINER_MINOR_SUBVERSION, [v_mic], [Micro version])
- version_info="lt_rev:lt_cur:lt_age"
- release_info="v_rel"
- AC_SUBST(version_info)
- AC_SUBST(release_info)
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- VMAJ=v_maj
- AC_SUBST(VMAJ)
- AC_CANONICAL_BUILD
- AC_CANONICAL_HOST
- dnl Make sure anyone changing configure.ac/Makefile.am has a clue
- AM_MAINTAINER_MODE
- dnl Checks for programs
- AC_PROG_CC
- gl_EARLY
- AC_PROG_GCC_TRADITIONAL
- AM_PROG_CC_C_O
- # This breaks autoreconf so disable it
- # LT_INIT([disable-shared])
- gl_INIT
- dnl Checks for header files.
- AC_HEADER_STDC
- AC_CHECK_HEADERS(syslog.h)
- AC_FUNC_ALLOCA
- have_win32=false
- PTHREAD_FLAGS="-lpthread"
- LIBZ_LIBS="-lz"
- DLOPEN_FLAGS="-ldl"
- WS2_LIBS=""
- MM_LIBS=""
- MATH_LIBS="-lm"
- RT_LIBS="-lrt"
- case $target in
- amd64-*)
- have_x86_64=true
- ;;
- x86_64-*)
- have_x86_64=true
- ;;
- *)
- have_x86_64=false
- ;;
- esac
- #CFLAGS="$CFLAGS -Wimplicit-fallthrough=0"
- #^ causes problem on gcc 4.9 - pass in from CFLAG if needed
- #add CFLAGS "-fcommon" otherwise cause issue compilation on gcc 10.x (raspberry BullEyes)
- ##CFLAGS+=" -std=gnu11 -fcommon"
- case $target in
- *-*-linux-gnu*)
- have_linux=true
- ;;
- *-*-mingw*)
- have_win32=true
- PTHREAD_FLAGS=""
- DLOPEN_FLAGS=""
- WS2_LIBS="-lws2_32"
- MM_LIBS="-lwinmm"
- RT_LIBS=""
- #AC_DEFINE([_WIN32_WINNT], [0x0501], "WinNT version for XP+ support")
- ;;
- powerpc-*-darwin*)
- have_darwin=true
- CFLAGS="$CFLAGS -faltivec"
- PTHREAD_FLAGS=""
- RT_LIBS=""
- ;;
- *-*-darwin*)
- have_darwin=true
- PTHREAD_FLAGS=""
- RT_LIBS=""
- ;;
- *-*-freebsd*)
- PTHREAD_FLAGS=""
- DLOPEN_FLAGS=""
- RT_LIBS=""
- ;;
- esac
- has_winpthread=false
- if test "x$have_win32" = xtrue; then
- has_winpthread=true
- AC_CHECK_LIB(winpthread, nanosleep, , has_winpthread=false)
- PTHREAD_LIBS=-lwinpthread
- fi
- if test "x$has_winpthread" != xtrue; then
- AC_CHECK_LIB(pthread, pthread_create, ,
- AC_MSG_ERROR([Could not find pthread library - please install libpthread]))
- PTHREAD_LIBS=-lpthread
- fi
- # Drivers that are designed to be run on dedicated hardware should set standalone to yes
- # All drivers should prepend an x to the drivercount
- standalone="no"
- drivercount=""
- ants1="no"
- AC_ARG_ENABLE([ants1],
- [AC_HELP_STRING([--enable-ants1],[Compile support for Antminer S1 Bitmain STANDALONE(default disabled)])],
- [ants1=$enableval]
- )
- if test "x$ants1" = xyes; then
- AC_DEFINE([USE_ANT_S1], [1], [Defined to 1 if Antminer S1 Bitmain support is wanted])
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_ANT_S1], [test x$ants1 = xyes])
- ants2="no"
- AC_ARG_ENABLE([ants2],
- [AC_HELP_STRING([--enable-ants2],[Compile support for Antminer S2 Bitmain STANDALONE(default disabled)])],
- [ants2=$enableval]
- )
- if test "x$ants2" = xyes; then
- AC_DEFINE([USE_ANT_S2], [1], [Defined to 1 if Antminer S2 Bitmain support is wanted])
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_ANT_S2], [test x$ants2 = xyes])
- ants3="no"
- AC_ARG_ENABLE([ants3],
- [AC_HELP_STRING([--enable-ants3],[Compile support for Antminer S3 Bitmain STANDALONE(default disabled)])],
- [ants3=$enableval]
- )
- if test "x$ants3" = xyes; then
- AC_DEFINE([USE_ANT_S3], [1], [Defined to 1 if Antminer S3 Bitmain support is wanted])
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_ANT_S3], [test x$ants3 = xyes])
- avalon="no"
- AC_ARG_ENABLE([avalon],
- [AC_HELP_STRING([--enable-avalon],[Compile support for Avalon (default disabled)])],
- [avalon=$enableval]
- )
- if test "x$avalon" = xyes; then
- AC_DEFINE([USE_AVALON], [1], [Defined to 1 if Avalon support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_AVALON], [test x$avalon = xyes])
- avalon2="no"
- AC_ARG_ENABLE([avalon2],
- [AC_HELP_STRING([--enable-avalon2],[Compile support for Avalon2 (default disabled)])],
- [avalon2=$enableval]
- )
- if test "x$avalon2" = xyes; then
- AC_DEFINE([USE_AVALON2], [1], [Defined to 1 if Avalon2 support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_AVALON2], [test x$avalon2 = xyes])
- avalon4="no"
- AC_ARG_ENABLE([avalon4],
- [AC_HELP_STRING([--enable-avalon4],[Compile support for Avalon4 (default disabled)])],
- [avalon4=$enableval]
- )
- if test "x$avalon4" = xyes; then
- AC_DEFINE([USE_AVALON4], [1], [Defined to 1 if Avalon4 support is wanted])
- fi
- AM_CONDITIONAL([HAS_AVALON4], [test x$avalon4 = xyes])
- avalon7="no"
- AC_ARG_ENABLE([avalon7],
- [AC_HELP_STRING([--enable-avalon7],[Compile support for Avalon7 (default disabled)])],
- [avalon7=$enableval]
- )
- if test "x$avalon7" = xyes; then
- AC_DEFINE([USE_AVALON7], [1], [Defined to 1 if Avalon7 support is wanted])
- fi
- AM_CONDITIONAL([HAS_AVALON7], [test x$avalon7 = xyes])
- avalon8="no"
- AC_ARG_ENABLE([avalon8],
- [AC_HELP_STRING([--enable-avalon8],[Compile support for Avalon8 (default disabled)])],
- [avalon8=$enableval]
- )
- if test "x$avalon8" = xyes; then
- AC_DEFINE([USE_AVALON8], [1], [Defined to 1 if Avalon8 support is wanted])
- fi
- AM_CONDITIONAL([HAS_AVALON8], [test x$avalon8 = xyes])
- avalon9="no"
- AC_ARG_ENABLE([avalon9],
- [AC_HELP_STRING([--enable-avalon9],[Compile support for Avalon9 (default disabled)])],
- [avalon9=$enableval]
- )
- if test "x$avalon9" = xyes; then
- AC_DEFINE([USE_AVALON9], [1], [Defined to 1 if Avalon9 support is wanted])
- fi
- AM_CONDITIONAL([HAS_AVALON9], [test x$avalon9 = xyes])
- avalonlc3="no"
- AC_ARG_ENABLE([avalonlc3],
- [AC_HELP_STRING([--enable-avalonlc3],[Compile support for Avalonlc3 (default disabled)])],
- [avalonlc3=$enableval]
- )
- if test "x$avalonlc3" = xyes; then
- AC_DEFINE([USE_AVALONLC3], [1], [Defined to 1 if Avalonlc3 support is wanted])
- fi
- AM_CONDITIONAL([HAS_AVALONLC3], [test x$avalonlc3 = xyes])
- avalon_miner="no"
- AC_ARG_ENABLE([avalon_miner],
- [AC_HELP_STRING([--enable-avalon-miner],[Compile support for Avalon miner(default disabled)])],
- [avalon_miner=$enableval]
- )
- if test "x$avalon_miner" = xyes; then
- AC_DEFINE([USE_AVALON_MINER], [1], [Defined to 1 if Avalon miner support is wanted])
- fi
- AM_CONDITIONAL([HAS_AVALON_MINER], [test x$avalon_miner = xyes])
- bab="no"
- AC_ARG_ENABLE([bab],
- [AC_HELP_STRING([--enable-bab],[Compile support for BlackArrow Bitfury STANDALONE(default disabled)])],
- [bab=$enableval]
- )
- if test "x$bab" = xyes; then
- AC_DEFINE([USE_BAB], [1], [Defined to 1 if BlackArrow Bitfury support is wanted])
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_BAB], [test x$bab = xyes])
- bflsc="no"
- AC_ARG_ENABLE([bflsc],
- [AC_HELP_STRING([--enable-bflsc],[Compile support for BFL ASICs (default disabled)])],
- [bflsc=$enableval]
- )
- if test "x$bflsc" = xyes; then
- AC_DEFINE([USE_BFLSC], [1], [Defined to 1 if BFL ASIC support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_BFLSC], [test x$bflsc = xyes])
- bitforce="no"
- AC_ARG_ENABLE([bitforce],
- [AC_HELP_STRING([--enable-bitforce],[Compile support for BitForce FPGAs (default disabled)])],
- [bitforce=$enableval]
- )
- if test "x$bitforce" = xyes; then
- AC_DEFINE([USE_BITFORCE], [1], [Defined to 1 if BitForce support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_BITFORCE], [test x$bitforce = xyes])
- bitfury="no"
- AC_ARG_ENABLE([bitfury],
- [AC_HELP_STRING([--enable-bitfury],[Compile support for BitFury ASICs (default disabled)])],
- [bitfury=$enableval]
- )
- if test "x$bitfury" = xyes; then
- AC_DEFINE([USE_BITFURY], [1], [Defined to 1 if BitFury ASIC support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_BITFURY], [test x$bitfury = xyes])
- bitfury16="no"
- AC_ARG_ENABLE([bitfury16],
- [AC_HELP_STRING([--enable-bitfury16],[Compile support for BitFury 16nm ASICs STANDALONE(default disabled)])],
- [bitfury16=$enableval]
- )
- if test "x$bitfury16" = xyes; then
- AC_DEFINE([USE_BITFURY16], [1], [Defined to 1 if BitFury 16nm ASIC support is wanted])
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_BITFURY16], [test x$bitfury16 = xyes])
- bitmain_soc="no"
- bitmain_R4="no"
- bitmain_S9="no"
- bitmain_T9="no"
- bitmain_T9P="no"
- AC_ARG_ENABLE([bitmain_soc],
- [AC_HELP_STRING([--enable-bitmain_soc],[Compile support for Bitmain ASICs STANDALONE(default disabled)])],
- [bitmain_soc=$enableval]
- )
- AC_ARG_ENABLE([bitmain_R4],
- [AC_HELP_STRING([--enable-bitmain_R4],[Compile support for Bitmain R4])],
- [bitmain_R4=$enableval]
- )
- AC_ARG_ENABLE([bitmain_S9],
- [AC_HELP_STRING([--enable-bitmain_S9],[Compile support for Bitmain S9])],
- [bitmain_S9=$enableval]
- )
- AC_ARG_ENABLE([bitmain_T9],
- [AC_HELP_STRING([--enable-bitmain_T9],[Compile support for Bitmain T9])],
- [bitmain_T9=$enableval]
- )
- AC_ARG_ENABLE([bitmain_T9P],
- [AC_HELP_STRING([--enable-bitmain_T9P],[Compile support for Bitmain T9+])],
- [bitmain_T9P=$enableval]
- )
- if test "x$bitmain_soc" = xyes; then
- AC_DEFINE([USE_BITMAIN_SOC], [1], [Defined to 1 if Bitmain ASICs support is wanted])
- if test "x$bitmain_R4" = xyes; then
- AC_DEFINE([R4], [1], [Defined to 1 for R4])
- fi
- if test "x$bitmain_S9" = xyes; then
- AC_DEFINE([S9_63], [1], [Defined to 1 for S9])
- fi
- if test "x$bitmain_T9" = xyes; then
- AC_DEFINE([S9_PLUS], [1], [Defined to 1 for T9])
- fi
- if test "x$bitmain_T9P" = xyes; then
- AC_DEFINE([T9_18], [1], [Defined to 1 for T9+])
- fi
- if test "x$bitmain_R4$bitmain_S9$bitmain_T9$bitmain_T9P" = xnononono; then
- AC_DEFINE([S9_63], [1], [Defined to 1 for default])
- fi
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_BITMAIN_SOC], [test x$bitmain_soc = xyes])
- bitmine_A1="no"
- AC_ARG_ENABLE([bitmine_A1],
- [AC_HELP_STRING([--enable-bitmine_A1],[Compile support for Bitmine.ch A1 ASICs STANDALONE(default disabled)])],
- [bitmine_A1=$enableval]
- )
- if test "x$bitmine_A1" = xyes; then
- AC_DEFINE([USE_BITMINE_A1], [1], [Defined to 1 if Bitmine A1 support is wanted])
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_BITMINE_A1], [test x$bitmine_A1 = xyes])
- blockerupter="no"
- AC_ARG_ENABLE([blockerupter],
- [AC_HELP_STRING([--enable-blockerupter],[Compile support for BlockErupter BROKEN DRIVER (default disabled)])],
- [blockerupter=$enableval]
- )
- if test "x$blockerupter" = xyes; then
- AC_DEFINE([USE_BLOCKERUPTER], [1], [Defined to 1 if BlockErupter support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_BLOCKERUPTER], [test x$blockerupter = xyes])
- cointerra="no"
- AC_ARG_ENABLE([cointerra],
- [AC_HELP_STRING([--enable-cointerra],[Compile support for Cointerra ASICs (default disabled)])],
- [cointerra=$enableval]
- )
- if test "x$cointerra" = xyes; then
- AC_DEFINE([USE_COINTERRA], [1], [Defined to 1 if Cointerra support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_COINTERRA], [test x$cointerra = xyes])
- dragonmint_t1="no"
- AC_ARG_ENABLE([dragonmint_t1],
- [AC_HELP_STRING([--enable-dragonmint_t1],[Compile support for Dragonmint T1 ASICs STANDALONE(default disabled)])],
- [dragonmint_t1=$enableval]
- )
- if test "x$dragonmint_t1" = xyes; then
- AC_DEFINE([USE_DRAGONMINT_T1], [1], [Defined to 1 if Dragonmint T1 support is wanted])
- AC_DEFINE([USE_VMASK], [1], [Defined to 1 if version mask rolling is wanted])
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_DRAGONMINT_T1], [test x$dragonmint_t1 = xyes])
- drillbit="no"
- AC_ARG_ENABLE([drillbit],
- [AC_HELP_STRING([--enable-drillbit],[Compile support for Drillbit BitFury ASICs (default disabled)])],
- [drillbit=$enableval]
- )
- if test "x$drillbit" = xyes; then
- AC_DEFINE([USE_DRILLBIT], [1], [Defined to 1 if Drillbit BitFury support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_DRILLBIT], [test x$drillbit = xyes])
- gekko="no"
- AC_ARG_ENABLE([gekko],
- [AC_HELP_STRING([--enable-gekko],[Compile support for GekkoScience (default disabled)])],
- [gekko=$enableval]
- )
- if test "x$gekko" = xyes; then
- AC_DEFINE([USE_GEKKO], [1], [Defined to 1 if GekkoScience support is wanted])
- AC_DEFINE([USE_VMASK], [1], [Defined to 1 if version mask rolling is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_GEKKO], [test x$gekko = xyes])
- hashfast="no"
- AC_ARG_ENABLE([hashfast],
- [AC_HELP_STRING([--enable-hashfast],[Compile support for Hashfast (default disabled)])],
- [hashfast=$enableval]
- )
- if test "x$hashfast" = xyes; then
- AC_DEFINE([USE_HASHFAST], [1], [Defined to 1 if Hashfast support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_HASHFAST], [test x$hashfast = xyes])
- hashratio="no"
- AC_ARG_ENABLE([hashratio],
- [AC_HELP_STRING([--enable-hashratio],[Compile support for Hashratio (default disabled)])],
- [hashratio=$enableval]
- )
- if test "x$hashratio" = xyes; then
- AC_DEFINE([USE_HASHRATIO], [1], [Defined to 1 if Hashratiosupport is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_HASHRATIO], [test x$hashratio = xyes])
- icarus="no"
- AC_ARG_ENABLE([icarus],
- [AC_HELP_STRING([--enable-icarus],[Compile support for Icarus (default disabled)])],
- [icarus=$enableval]
- )
- if test "x$icarus" = xyes; then
- AC_DEFINE([USE_ICARUS], [1], [Defined to 1 if Icarus support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_ICARUS], [test x$icarus = xyes])
- klondike="no"
- AC_ARG_ENABLE([klondike],
- [AC_HELP_STRING([--enable-klondike],[Compile support for Klondike (default disabled)])],
- [klondike=$enableval]
- )
- if test "x$klondike" = xyes; then
- AC_DEFINE([USE_KLONDIKE], [1], [Defined to 1 if Klondike support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_KLONDIKE], [test x$klondike = xyes])
- knc="no"
- AC_ARG_ENABLE([knc],
- [AC_HELP_STRING([--enable-knc],[Compile support for KnC miners STANDALONE(default disabled)])],
- [knc=$enableval]
- )
- if test "x$knc" = xyes; then
- AC_DEFINE([USE_KNC], [1], [Defined to 1 if KnC miner support is wanted])
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_KNC], [test x$knc = xyes])
- minion="no"
- AC_ARG_ENABLE([minion],
- [AC_HELP_STRING([--enable-minion],[Compile support for Minion BlackArrow ASIC STANDALONE(default disabled)])],
- [minion=$enableval]
- )
- if test "x$minion" = xyes; then
- AC_DEFINE([USE_MINION], [1], [Defined to 1 if Minion BlackArrow ASIC support is wanted])
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_MINION], [test x$minion = xyes])
- modminer="no"
- AC_ARG_ENABLE([modminer],
- [AC_HELP_STRING([--enable-modminer],[Compile support for ModMiner FPGAs(default disabled)])],
- [modminer=$enableval]
- )
- if test "x$modminer" = xyes; then
- AC_DEFINE([USE_MODMINER], [1], [Defined to 1 if ModMiner support is wanted])
- drivercount=x$drivercount
- fi
- AM_CONDITIONAL([HAS_MODMINER], [test x$modminer = xyes])
- sp10="no"
- AC_ARG_ENABLE([sp10],
- [AC_HELP_STRING([--enable-sp10],[Compile support for Spondoolies SP10 STANDALONE(default disabled)])],
- [sp10=$enableval]
- )
- if test "x$sp10" = xyes; then
- AC_DEFINE([USE_SP10], [1], [Defined to 1 if Spondoolies SP10 support is wanted])
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_SP10], [test x$sp10 = xyes])
- sp30="no"
- AC_ARG_ENABLE([sp30],
- [AC_HELP_STRING([--enable-sp30],[Compile support for Spondoolies SP30 STANDALONE(default disabled)])],
- [sp30=$enableval]
- )
- if test "x$sp30" = xyes; then
- AC_DEFINE([USE_SP30], [1], [Defined to 1 if SP30 support is wanted])
- drivercount=x$drivercount
- standalone="yes"
- fi
- AM_CONDITIONAL([HAS_SP30], [test x$sp30 = xyes])
- forcecombo="no"
- AC_ARG_ENABLE([forcecombo],
- [AC_HELP_STRING([--enable-forcecombo],[Allow combinations of drivers not intended to be built together(default disabled)])],
- [forcecombo=$enableval]
- )
- if test "x$forcecombo" = xyes; then
- standalone="no"
- fi
- curses="auto"
- AC_ARG_WITH([curses],
- [AC_HELP_STRING([--without-curses],[Compile support for curses TUI (default enabled)])],
- [curses=$withval]
- )
- if test "x$curses" = "xno"; then
- cursesmsg='User specified --without-curses. TUI support DISABLED'
- else
- AC_SEARCH_LIBS(setupterm, pdcurses ncurses pdcurses, [
- curses=yes
- cursesmsg="Enabled: ${ac_cv_search_setupterm}"
- AC_DEFINE([HAVE_CURSES], [1], [Defined to 1 if curses TUI support is wanted])
- ], [
- if test "x$curses" = "xyes"; then
- AC_MSG_ERROR([Could not find curses library - please install libncurses-dev or pdcurses-dev (or configure --without-curses)])
- else
- AC_MSG_WARN([Could not find curses library - if you want a TUI, install libncurses-dev or pdcurses-dev])
- curses=no
- cursesmsg='NOT FOUND. TUI support DISABLED'
- fi
- ])
- fi
- #Add a new device to this list if it needs libusb, along with a no on the end.
- if test x$avalon$avalon2$avalon4$avalon7$avalon8$avalon9$avalonlc3$avalon_miner$bitforce$bitfury$blockerupter$gekko$modminer$bflsc$icarus$hashfast$hashratio$klondike$drillbit$cointerra$ants1$ants3 != xnononononononononononononononononononononono; then
- want_usbutils=true
- else
- want_usbutils=false
- fi
- if test x$bitfury != xno; then
- want_libbitfury=true
- else
- want_libbitfury=false
- fi
- if test x$avalon2$avalon4$avalon7$avalon8$avalon9$avalonlc3$avalon_miner$gekko$hashratio != xnononononononono; then
- want_crc16=true
- else
- want_crc16=false
- fi
- AM_CONDITIONAL([NEED_FPGAUTILS], [test x$modminer != xno])
- AM_CONDITIONAL([WANT_USBUTILS], [test x$want_usbutils != xfalse])
- AM_CONDITIONAL([NEED_LIBZ], [test x$bitmain_soc != xno])
- AM_CONDITIONAL([WANT_LIBBITFURY], [test x$want_libbitfury != xfalse])
- AM_CONDITIONAL([HAVE_CURSES], [test x$curses = xyes])
- AM_CONDITIONAL([HAVE_WINDOWS], [test x$have_win32 = xtrue])
- AM_CONDITIONAL([HAVE_x86_64], [test x$have_x86_64 = xtrue])
- AM_CONDITIONAL([WANT_CRC16], [test x$want_crc16 != xfalse])
- AM_CONDITIONAL([NEED_I2C_CONTEXT], [test x$avalon4$avalon7$avalon8$avalon9$avalonlc3 != xnonononono])
- AM_CONDITIONAL([SUPPORT_SSP], [test x$avalon7 != xno])
- if test "x$want_usbutils" != xfalse; then
- dlibusb="no"
- AC_DEFINE([USE_USBUTILS], [1], [Defined to 1 if usbutils support required])
- AC_ARG_WITH([system-libusb],
- [AC_HELP_STRING([--with-system-libusb],[Compile against dynamic system libusb. (Default use included static libusb)])],
- [dlibusb=$withval]
- )
- if test "x$dlibusb" != xno; then
- case $target in
- *-*-freebsd*)
- LIBUSB_LIBS="-lusb"
- LIBUSB_CFLAGS=""
- AC_DEFINE(HAVE_LIBUSB, 1, [Define if you have libusb-1.0])
- ;;
- *)
- PKG_CHECK_MODULES(LIBUSB, libusb-1.0, [AC_DEFINE(HAVE_LIBUSB, 1, [Define if you have libusb-1.0])], [AC_MSG_ERROR([Could not find usb library - please install libusb-1.0])])
- ;;
- esac
- else
- AC_CONFIG_SUBDIRS([compat/libusb-1.0])
- LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"
- if test "x$have_linux" = "xtrue"; then
- AC_ARG_ENABLE([udev],
- [AC_HELP_STRING([--disable-udev],[Disable building libusb with udev])],
- [udev=$enableval]
- )
- if test "x$udev" != xno; then
- LIBUSB_LIBS+=" -ludev"
- fi
- fi
- if test "x$have_darwin" = "xtrue"; then
- LIBUSB_LIBS+=" -lobjc"
- LDFLAGS+=" -framework CoreFoundation -framework IOKit"
- fi
- fi
- else
- LIBUSB_LIBS=""
- fi
- AM_CONDITIONAL([WANT_STATIC_LIBUSB], [test x$dlibusb = xno])
- djansson="no"
- AC_ARG_WITH([system-jansson],
- [AC_HELP_STRING([--with-system-jansson],[Not Recommended! Compile against dynamic system jansson. (Default use included static jansson)])],
- [djansson=$withval]
- )
- if test "x$djansson" != xno; then
- case $target in
- *-*-freebsd*)
- JANSSON_LIBS="-ljansson"
- JANSSON_CFLAGS=""
- AC_DEFINE(HAVE_JANSSON, 1, [Define if you have jansson >= 2.6])
- ;;
- *)
- PKG_CHECK_MODULES(JANSSON, jansson >= 2.6, [AC_DEFINE(HAVE_JANSSON, 1, [Define if you have jansson >= 2.6])], [AC_MSG_ERROR([Could not find jansson library - please install jansson >= 2.6])])
- ;;
- esac
- else
- AC_CONFIG_SUBDIRS([compat/jansson-2.9])
- JANSSON_LIBS="compat/jansson-2.9/src/.libs/libjansson.a"
- fi
- AM_CONDITIONAL([WANT_STATIC_JANSSON], [test x$djansson = xno])
- AC_CHECK_HEADERS([uthash.h])
- PKG_PROG_PKG_CONFIG()
- if test "x$have_cgminer_sdk" = "xtrue"; then
- if test "x$have_x86_64" = xtrue; then
- ARCH_DIR=x86_64
- else
- ARCH_DIR=x86
- fi
- PKG_CONFIG="${PKG_CONFIG:-pkg-config} --define-variable=arch=$ARCH_DIR --define-variable=target=$target --define-variable=cgminersdkdir=$CGMINER_SDK"
- PKG_CONFIG_PATH="$CGMINER_SDK/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
- fi
- AC_SUBST(LIBUSB_LIBS)
- AC_SUBST(LIBUSB_CFLAGS)
- AC_ARG_ENABLE([libcurl],
- [AC_HELP_STRING([--disable-libcurl],[Disable building with libcurl for GBT support])],
- [libcurl=$enableval]
- )
- static_curl="no"
- if test "x$libcurl" != xno; then
- if test "x$have_win32" != xtrue; then
- PKG_CHECK_MODULES([LIBCURL], [libcurl >= 7.25.0], [AC_DEFINE([CURL_HAS_KEEPALIVE], [1], [Defined if version of curl supports keepalive.])],
- [PKG_CHECK_MODULES([LIBCURL], [libcurl >= 7.18.2], ,[AC_MSG_ERROR([Missing required libcurl dev >= 7.18.2])])])
- else
- PKG_CHECK_MODULES([LIBCURL], [libcurl >= 7.25.0], ,[AC_MSG_ERROR([Missing required libcurl dev >= 7.25.0])])
- AC_DEFINE([CURL_HAS_KEEPALIVE], [1])
- static_curl="yes"
- fi
- AC_DEFINE([HAVE_LIBCURL], [1], [Defined to 1 if libcurl support built in])
- else
- LIBCURL_LIBS=""
- fi
- AC_SUBST(LIBCURL_LIBS)
- AM_CONDITIONAL([STATIC_CURL], [test x$static_curl = xyes])
- libsystemd="no"
- AC_ARG_ENABLE([libsystemd],
- [AC_HELP_STRING([--enable-libsystemd],[Enable building with libsystemd for watchdog and status notification support])],
- [libsystemd=$enableval]
- )
- if test "x$libsystemd" != xno; then
- if test "x$have_linux" != xtrue; then
- AC_MSG_ERROR([libsystemd is only supported on Linux platforms])
- fi
- PKG_CHECK_MODULES(LIBSYSTEMD, libsystemd, , AC_MSG_ERROR(Could not find libsystemd dev))
- AC_DEFINE([USE_LIBSYSTEMD], [1], [Defined to 1 if libsystemd support is wanted])
- else
- LIBSYSTEMD_LIBS=""
- fi
- extranonce="yes"
- AC_ARG_ENABLE([extranonce],
- [AC_HELP_STRING([--disable-extranonce],[Disable extranonce.subscribe support ])],
- [extranonce=$enableval]
- )
- AC_ARG_ENABLE([extranonce],
- [AC_HELP_STRING([--enable-extranonce],[Enable extranonce.subscribe support (NiceHash)])],
- [extranonce=$enableval]
- )
- if test "x$extranonce" != xno; then
- AC_DEFINE([USE_XTRANONCE], [1], [Defined to 1 if extranonce.subscribe support is wanted])
- fi
- #check execv signature
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([
- #include <process.h>
- int execv(const char*, const char*const*);
- ])],
- AC_DEFINE([EXECV_2ND_ARG_TYPE], [const char* const*], [int execv(const char*, const char*const*);]),
- AC_DEFINE([EXECV_2ND_ARG_TYPE], [char* const*], [int execv(const char*, char*const*);]))
- dnl CCAN wants to know a lot of vars.
- # All the configuration checks. Regrettably, the __attribute__ checks will
- # give false positives on old GCCs, since they just cause warnings. But that's
- # fairly harmless.
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([static void __attribute__((cold)) cleanup(void) { }])],
- AC_DEFINE([HAVE_ATTRIBUTE_COLD], [1],
- [Define if __attribute__((cold))]))
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([static void __attribute__((const)) cleanup(void) { }])],
- AC_DEFINE([HAVE_ATTRIBUTE_CONST], [1],
- [Define if __attribute__((const))]))
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([static void __attribute__((noreturn)) cleanup(void) { exit(1); }])],
- AC_DEFINE([HAVE_ATTRIBUTE_NORETURN], [1],
- [Define if __attribute__((noreturn))]))
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([static void __attribute__((format(__printf__, 1, 2))) cleanup(const char *fmt, ...) { }])],
- AC_DEFINE([HAVE_ATTRIBUTE_PRINTF], [1],
- [Define if __attribute__((format(__printf__)))]))
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([static void __attribute__((unused)) cleanup(void) { }])],
- AC_DEFINE([HAVE_ATTRIBUTE_UNUSED], [1],
- [Define if __attribute__((unused))]))
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([static void __attribute__((used)) cleanup(void) { }])],
- AC_DEFINE([HAVE_ATTRIBUTE_USED], [1],
- [Define if __attribute__((used))]))
- AC_LINK_IFELSE([AC_LANG_SOURCE([int main(void) { return __builtin_constant_p(1) ? 0 : 1; }])],
- AC_DEFINE([HAVE_BUILTIN_CONSTANT_P], [1],
- [Define if have __builtin_constant_p]))
- AC_LINK_IFELSE([AC_LANG_SOURCE([int main(void) { return __builtin_types_compatible_p(char *, int) ? 1 : 0; }])],
- AC_DEFINE([HAVE_BUILTIN_TYPES_COMPATIBLE_P], [1],
- [Define if have __builtin_types_compatible_p]))
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([static int __attribute__((warn_unused_result)) func(int x) { return x; }])],
- AC_DEFINE([HAVE_WARN_UNUSED_RESULT], [1],
- [Define if __attribute__((warn_unused_result))]))
- if test "x$prefix" = xNONE; then
- prefix=/usr/local
- fi
- AC_DEFINE_UNQUOTED([CGMINER_PREFIX], ["$prefix/bin"], [Path to cgminer install])
- AC_SUBST(JANSSON_LIBS)
- AC_SUBST(LIBZ_LIBS)
- AC_SUBST(PTHREAD_FLAGS)
- AC_SUBST(DLOPEN_FLAGS)
- AC_SUBST(PTHREAD_LIBS)
- AC_SUBST(NCURSES_LIBS)
- AC_SUBST(PDCURSES_LIBS)
- AC_SUBST(WS2_LIBS)
- AC_SUBST(MM_LIBS)
- AC_SUBST(MATH_LIBS)
- AC_SUBST(RT_LIBS)
- AC_CONFIG_FILES([
- Makefile
- compat/Makefile
- ccan/Makefile
- lib/Makefile
- ])
- AC_OUTPUT
- echo
- echo "------------------------------------------------------------------------"
- echo "$PACKAGE $VERSION"
- echo "------------------------------------------------------------------------"
- echo
- echo "Configuration Options Summary:"
- echo
- if test "x$libcurl" != xno; then
- echo " libcurl(GBT).........: Enabled: $LIBCURL_LIBS"
- else
- echo " libcurl(GBT).........: Disabled"
- fi
- if test "x$libsystemd" != xno; then
- echo " libsystemd...........: Enabled: $LIBSYSTEMD_LIBS"
- else
- echo " libsystemd...........: Disabled"
- fi
- if test "x$dlibusb" != xno; then
- echo " libusb_system........: $LIBUSB_LIBS"
- else
- echo " libusb_internal......: $LIBUSB_LIBS"
- fi
- echo " curses.TUI...........: $cursesmsg"
- echo
- if test "x$extranonce" != xno; then
- echo " Extranonce.subscribe.: Enabled"
- else
- echo " Extranonce.subscribe.: Disabled"
- fi
- echo
- if test "x$ants1" = xyes; then
- echo " Antminer.S1.Bitmain..: Enabled"
- else
- echo " Antminer.S1.Bitmain..: Disabled"
- fi
- if test "x$ants2" = xyes; then
- echo " Antminer.S2.Bitmain..: Enabled"
- else
- echo " Antminer.S2.Bitmain..: Disabled"
- fi
- if test "x$ants3" = xyes; then
- echo " Antminer.S3.Bitmain..: Enabled"
- else
- echo " Antminer.S3.Bitmain..: Disabled"
- fi
- if test "x$avalon" = xyes; then
- echo " Avalon.ASICs.........: Enabled"
- else
- echo " Avalon.ASICs.........: Disabled"
- fi
- if test "x$avalon2" = xyes; then
- echo " Avalon2.ASICs........: Enabled"
- else
- echo " Avalon2.ASICs........: Disabled"
- fi
- if test "x$avalon4" = xyes; then
- echo " Avalon4.ASICs........: Enabled"
- else
- echo " Avalon4.ASICs........: Disabled"
- fi
- if test "x$avalon7" = xyes; then
- echo " Avalon7.ASICs........: Enabled"
- else
- echo " Avalon7.ASICs........: Disabled"
- fi
- if test "x$avalon8" = xyes; then
- echo " Avalon8.ASICs........: Enabled"
- else
- echo " Avalon8.ASICs........: Disabled"
- fi
- if test "x$avalon9" = xyes; then
- echo " Avalon9.ASICs........: Enabled"
- else
- echo " Avalon9.ASICs........: Disabled"
- fi
- if test "x$avalonlc3" = xyes; then
- echo " Avalonlc3.ASICs......: Enabled"
- else
- echo " Avalonlc3.ASICs......: Disabled"
- fi
- if test "x$avalon_miner" = xyes; then
- echo " Avalon miner.ASICs...: Enabled"
- else
- echo " Avalon miner.ASICs...: Disabled"
- fi
- if test "x$minion" = xyes; then
- echo " BlackArrowMinion.ASIC: Enabled"
- else
- echo " BlackArrowMinion.ASIC: Disabled"
- fi
- if test "x$bab" = xyes; then
- echo " BlackArrow.ASICs.....: Enabled"
- else
- echo " BlackArrow.ASICs.....: Disabled"
- fi
- if test "x$bflsc" = xyes; then
- echo " BFL.ASICs............: Enabled"
- else
- echo " BFL.ASICs............: Disabled"
- fi
- if test "x$bitforce" = xyes; then
- echo " BitForce.FPGAs.......: Enabled"
- else
- echo " BitForce.FPGAs.......: Disabled"
- fi
- if test "x$bitfury" = xyes; then
- echo " BitFury.ASICs........: Enabled"
- else
- echo " BitFury.ASICs........: Disabled"
- fi
- if test "x$bitfury16" = xyes; then
- echo " BitFury16.ASICs......: Enabled"
- else
- echo " BitFury16.ASICs......: Disabled"
- fi
- if test "x$bitmain_soc" = xyes; then
- echo " Bitmain.ASICs........: Enabled"
- else
- echo " Bitmain.ASICs........: Disabled"
- fi
- if test "x$blockerupter" = xyes; then
- echo " BlockErupter.ASICs...: Enabled"
- else
- echo " BlockErupter.ASICs...: Disabled"
- fi
- if test "x$cointerra" = xyes; then
- echo " Cointerra.ASICs......: Enabled"
- else
- echo " Cointerra.ASICs......: Disabled"
- fi
- if test "x$bitmine_A1" = xyes; then
- echo " Bitmine-A1.ASICs.....: Enabled"
- else
- echo " Bitmine-A1.ASICs.....: Disabled"
- fi
- if test "x$dragonmint_t1" = xyes; then
- echo " Dragonmint.T1.ASICs..: Enabled"
- else
- echo " Dragonmint.T1.ASICs..: Disabled"
- fi
- if test "x$drillbit" = xyes; then
- echo " Drillbit.BitFury.....: Enabled"
- else
- echo " Drillbit.BitFury.....: Disabled"
- fi
- if test "x$gekko" = xyes; then
- echo " GekkoScience.ASICs...: Enabled"
- else
- echo " GekkoScience.ASICs...: Disabled"
- fi
- if test "x$hashfast" = xyes; then
- echo " Hashfast.ASICs.......: Enabled"
- else
- echo " Hashfast.ASICs.......: Disabled"
- fi
- if test "x$hashratio" = xyes; then
- echo " Hashratio.ASICs......: Enabled"
- else
- echo " Hashratio.ASICs......: Disabled"
- fi
- if test "x$icarus" = xyes; then
- echo " Icarus.ASICs/FPGAs...: Enabled"
- else
- echo " Icarus.ASICs/FPGAs...: Disabled"
- fi
- if test "x$klondike" = xyes; then
- echo " Klondike.ASICs.......: Enabled"
- else
- echo " Klondike.ASICs.......: Disabled"
- fi
- if test "x$knc" = xyes; then
- echo " KnC.ASICs............: Enabled"
- else
- echo " KnC.ASICs............: Disabled"
- fi
- if test "x$modminer" = xyes; then
- echo " ModMiner.FPGAs.......: Enabled"
- else
- echo " ModMiner.FPGAs.......: Disabled"
- fi
- if test "x$sp10" = xyes; then
- echo " Spond-sp10.ASICs.....: Enabled"
- else
- echo " Spond-sp10.ASICs.....: Disabled"
- fi
- if test "x$sp30" = xyes; then
- echo " Spond-sp30.ASICs.....: Enabled"
- else
- echo " Spond-sp30.ASICs.....: Disabled"
- fi
- #Add any new device to this, along with a no on the end of the test
- if test "x$avalon$avalon2$avalon4$avalon7$avalon8$avalon9$avalonlc3$avalon_miner$bab$bflsc$bitforce$bitfury$bitfury16$bitmain_soc$blockerupter$gekko$hashfast$hashratio$icarus$klondike$knc$modminer$drillbit$minion$cointerra$bitmine_A1$ants1$ants2$ants3$sp10$sp30$dragonmint_t1" = xnononononononononononononononononononononononononononononononono; then
- echo
- AC_MSG_ERROR([No mining devices configured in])
- echo
- fi
- if test "x$standalone" = xyes; then
- if test $drivercount != x; then
- echo
- AC_MSG_ERROR([You have configured more than one driver in with a driver that is designed to be standalone only (see ./configure --help)])
- echo
- fi
- fi
- echo
- echo "Compilation............: make (or gmake)"
- echo " CPPFLAGS.............: $CPPFLAGS"
- echo " CFLAGS...............: $CFLAGS"
- echo " LDFLAGS..............: $LDFLAGS $PTHREAD_FLAGS"
- echo " LDADD................: $DLOPEN_FLAGS $LIBCURL_LIBS $LIBSYSTEMD_LIBS $JANSSON_LIBS $LIBZ_LIBS $PTHREAD_LIBS $NCURSES_LIBS $PDCURSES_LIBS $WS2_LIBS $MATH_LIBS $LIBUSB_LIBS $RT_LIBS"
- echo
- echo "Installation...........: make install (as root if needed, with 'su' or 'sudo')"
- echo " prefix...............: $prefix"
- echo
- if test "x$want_usbutils$dlibusb" = xyesyes; then
- echo "*** SYSTEM LIBUSB BEING ADDED - NOT RECOMMENDED UNLESS YOU ARE UNABLE TO COMPILE THE INCLUDED LIBUSB ***"
- echo
- fi
- if test "x$djansson" = xyes; then
- echo "*** SYSTEM JANSSON BEING ADDED - NOT RECOMMENDED UNLESS YOU ARE UNABLE TO COMPILE THE INCLUDED JANSSON ***"
- echo
- fi
|