configdata.h bug

Russ Allbery rra at stanford.edu
Mon Sep 13 13:21:06 UTC 1999


Mike Bird <mgb at yosemite.net> writes:

> This bug exists in both 2.2 and 2.2.1.  I checked it several times because
> it seems so unlikely.

> After "configure --enabled-tagged-hash" everything seems to be configured
> OK except the generated file "include/configdata.h" has

> #define DONT_TAGGED_HASH

This is a remnant of INN's bizarre merger of two different build systems.
include/configdata.h is corrected by subst to include the information
determined by autoconf, but because subst is a C program that has to be
built, this won't happen until you do a make.  The first thing make will
do is build subst and run it, and include/configdata.h should then have
the right define.

This will hopefully go away (or at least be drastically reduced) in the
next version of INN.

-- 
Russ Allbery (rra at stanford.edu)         <URL:http://www.eyrie.org/~eagle/>


More information about the inn-bugs mailing list