[m-dev.] for review: add mdb support for interactive queries

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Mar 5 05:20:03 AEDT 1999


On 04-Mar-1999, Erwan Jahier <Erwan.Jahier at irisa.fr> wrote:
> | configure.in:
> | runtime/mercury_conf.h.in:
> | 	Autodetect the presence of support for dlopen() etc.
> 
> Don't you need to also modify bindist/build_vars.in and/or
> bindist/bindist.configure.in?

Fortunately no, because in this case all the things being autoconf'd
are C #defines, and they are saved in runtime/mercury_conf.h
which gets included in the binary distribution.

> | +      /*
> | +      ** Call-graph memory profiling requires call profiling,
> | +      ** and call profiling is reasonably cheap "so there's
> | +      ** no point in allowing this.
> | +      */
> 
> There is an odd number of `"' in this comment.

Fixed, thanks.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh>  |   but source code lives forever"
PGP: finger fjh at 128.250.37.3        |     -- leaked Microsoft memo.



More information about the developers mailing list