]> git.ipfire.org Git - thirdparty/git.git/commit - configure.ac
configure: add macros to stash FLAG variables
authorBen Walton <bwalton@artsci.utoronto.ca>
Thu, 12 Mar 2009 19:20:08 +0000 (15:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Mar 2009 06:23:38 +0000 (23:23 -0700)
commit918c8120172514704809cbdf889794d8b1345d0a
tree522045557a23dcc436e88751da7d84266ffbfd65
parent08df6a3086f4bcd5b224d442f103a7f63a605967
configure: add macros to stash FLAG variables

Allow for quick stash/unstash of CPPFLAGS and LDFLAGS.  Library tests
can now be easily bracketted with these macros to allow for values
set in user/site arguments.

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