INSTALL: Describe dependency knobs from Makefile
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Thu, 10 Sep 2009 20:28:19 +0000 (16:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Sep 2009 04:34:43 +0000 (21:34 -0700)
We said that some of our dependencies were optional, but didn't say
how to turn them off. Add information for that and mention where to
save the options close to the top of the file.

Also, standardize on both using quotes for the names of the dependencies
and tabs for indentation of the list.

Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found