Compile problems because config.h.in

Russ Allbery rra at stanford.edu
Tue Oct 12 23:56:13 UTC 1999


Heiko Schlichting <inn-bugs at fu-berlin.de> writes:

> and I get something like this in Makefile.global:

> 	[...]
> 	PATHBIN         = ${exec_prefix}/bin
> 	[...]

> This produces problems on my system because make does not expect ${...}
> but uses $(...) and exec_prefix is also undefined at this
> point. Therefore all binaries are installed to /bin (ARG!) and the
> manuals to /man. There is a related problems in mkdirs.sh which can
> interpret ${...} but $exec_prefix and $prefix are unset during 'make
> install' as root.

Same problem as Paul, my fault.  Didn't test a change thoroughly enough.
I sent a patch out earlier today; it's fixed in the CVS tree and will be
fixed in the snapshot tonight.  I was trying to switch some files over to
using some more standard substitution tokens, but missed some necessary
Makefile magic for it, and it turns out I'll need more configure magic
than I thought too.

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


More information about the inn-bugs mailing list