Code

configure: add macro to set arbitrary make variables
authorBen Walton <bwalton@artsci.utoronto.ca>
Wed, 4 Nov 2009 18:05:59 +0000 (13:05 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Nov 2009 19:29:46 +0000 (11:29 -0800)
commitd79d9e13375c43b8774b193ce725ac6c05b3865e
treef9c2289e14e9eb0dec7a61f5f384d71fb83d2daa
parent8cc62c1677c99c5e204d2b51269b47b7557a79e0
configure: add macro to set arbitrary make variables

Add macro GIT_PARSE_WITH_SET_MAKE_VAR to configure.ac to allow --with
style options that set values for variables used during the make
process.

Arguments are the $name part of --with-$name, the name of
the variable to set in the Makefile (config.mak.autogen) and
the help text for the option.

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