Re: `./configure --XXdir=` ignored?
From: Jeff King <hidden>
Date: 2016-06-15 22:46:17
On Thu, Feb 26, 2009 at 10:09:57AM -0500, Tim Visher wrote:
On Thu, Feb 26, 2009 at 10:00 AM, Jeff King [off-list ref] wrote:quoted
The configure support is notoriously incompleteWould it be easier for me to just build the documentation and then install it by hand then? Is that even possible?
No, there's Makefile support: make htmldir=/path/to/wherever install-html but the autoconf stuff wasn't hooking into it properly (which is what the patch I sent should do). What I meant by "incomplete" is that most people just use the Makefile directly without autoconf, so we never notice when bugs like this are hiding. Thus the bugs tend to hang around for a while until somebody submits a patch (which I was hoping you would do after getting it to work). -Peff