Nick Brown wrote:
> Currently if the environmental variable is not set then
> DEBUGGER_START_FILE defaults to this;
>
> configure.in: DEBUGGER_START_FILE=
> ${ac_default_prefix}/lib/bashdb/bashdb-main.inc
>
> However looking at the bashdb package Makefiles I note that
> bashdb-main.inc will be f
Currently if the environmental variable is not set then
DEBUGGER_START_FILE defaults to this;
configure.in: DEBUGGER_START_FILE=
${ac_default_prefix}/lib/bashdb/bashdb-main.inc
However looking at the bashdb package Makefiles I note that
bashdb-main.inc will be found in $(datadir)/bashdb/, thus I