Post
Topic
Board Announcements (Altcoins)
Re: BITCREDIT | UPDATE 08/10/15 | BID ON THE CHAIN | VOTE | ESCROW | WORK FOR COINS
by
YarkoL
on 04/12/2015, 12:29:53 UTC

the issue is your automake/ autoconf  

you need to either re-install or make a fresh machine

Alternatively, you also might try adding this line to
configure.ac (in bicreditsnew directory)

Code:
AM_INIT_AUTOMAKE([subdir-objects])
I believe subdir-objects is enabled by default in the
most recent versions of autotools, so you are probably
running an older one.