Re: hardwired DEBUGGER_START_FILE points to wrong location

2006-09-07 Thread Nick Brown
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

hardwired DEBUGGER_START_FILE points to wrong location

2006-09-06 Thread Nick Brown
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