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)
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.