./configure works for me, however the subsequent make all failed.
$ make
cd . && automake-1.14 --foreign
/bin/bash: line 4: automake-1.14: command not found
Makefile:378: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1
$ apt list automake\* -a
Listing... Done
automake/unstable,now 1:1.15-5 all [installed,automatic]
automake1.11/unstable,now 1:1.11.6-4 all [installed]
Debian Sid now ships
automake-1.15
../configure
works for me, however the subsequentmake all
failed.