configure: add settings for gitconfig, editor and pager
commit5ca5377da017311a08f625e32c58a0d118e7fda6
authorBen Walton <bwalton@artsci.utoronto.ca>
Wed, 4 Nov 2009 18:06:00 +0000 (4 13:06 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Nov 2009 19:29:46 +0000 (4 11:29 -0800)
treee2f29d93f91f667f6fa56d4132736816f4f1ea11
parentd79d9e13375c43b8774b193ce725ac6c05b3865e
configure: add settings for gitconfig, editor and pager

Use the new GIT_PARSE_WITH_SET_MAKE_VAR macro to allow configuration
settings for ETC_GITCONFIG, DEFAULT_PAGER and DEFAULT_EDITOR.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
configure.ac