JoinMarket-Org / joinmarket-clientserver

Bitcoin CoinJoin implementation with incentive structure to convince people to take part
GNU General Public License v3.0
699 stars 173 forks source link

fix debian install #1703

Closed st3b1t closed 1 month ago

st3b1t commented 1 month ago

this fix an error on debian install:

~/joinmarket-clientserver/deps ~/joinmarket-clientserver                                                                                                                                       
~/joinmarket-clientserver/deps/libffi-3.2.1 ~/joinmarket-clientserver/deps ~/joinmarket-clientserver                                                                                           
patching file Makefile.am                                                                                                                                                                      
patching file configure.ac                                                                                                                                                                     
patching file configure.ac                                                                                                                                                                     
./autogen.sh: 2: exec: autoreconf: not found                                                                                                                                                   
./install.sh: line 271: ./configure: No such file or directory                                                                                                                                 
gmake: *** No rule to make target 'uninstall'.  Stop.                                                                                                                                          
gmake: *** No targets specified and no makefile found.  Stop.  

autoreconf: not found

the autoreconf command is part of autoconf pkg that was not included

fix some issues like this: https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/541