I have a bash 5.0 script and I downloaded the 5.0 version of bashdb. I have tried to install the debugger using the instructions in my download directory, bashdb-code/INSTALL and bashdb-code/README-git.md without success. I have:
sudo apt-get install ipython3 texinfo
bash ./autogen.sh
bash ./configure
I then tried to
make && make check
and
make install
There I get stopped by:
make: No targets specified and no makefile found. Stop.
make: No rule to make target 'install'. Stop.
Are there other steps I'm missing? There is no Makefile in the directory, just Makefile.in and Makefile.am.
Thanks.