Re: `./configure --XXdir=` ignored?
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:46:20
Tim Visher [off-list ref] writes:
Hello Everyone,
I'm working on getting git 1.6.2-rc2 built. I have a bin, man, info,
and html directory in my home folder that I'd like to use as the
defaults for git. I attempted to do this through
make configure
./configure --XXdir=/full/path/to/dirDid you actually type --XXdir, or is this XX just a way to mean something else? I don't see --XXdir mentionned anywhere. I use "./configure --prefix=$HOME/some/dir" and it works fine (make install-html installs to $prefix/share/doc/). -- Matthieu