This isn't a great solution, but considering bash hasn't changed its path
in decades, it shouldn't be a big deal. It's better than relying on the
output of `strings` on the /bin/bash binary.
# We don't install this, so don't bother building it. #468044
sed -i 's:texi2html:true:' doc/Makefile.in || die
}
+
+src_configure() {
+ # This path matches the bash sources. If we ever change bash,
+ # we'll probably have to change this to match. #591994
+ econf --with-dbg-main='$(PKGDATADIR)/bashdb-main.inc'
+}