Tim Visher <tim.visher@xxxxxxxxx> 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/dir Did 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html