]> git.ipfire.org Git - thirdparty/git.git/commit - configure.ac
Fix naming scheme for configure cache variables.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 19 Jan 2009 20:34:36 +0000 (21:34 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jan 2009 08:12:25 +0000 (00:12 -0800)
commita1a587ef7200ef2b091799399ae43abf6572a686
tree34716093bd710998434342821a363ca398d9889f
parentb56c79ccea73fe53af3f3a3cc5ab7f5417fc898d
Fix naming scheme for configure cache variables.

In order to be cached, configure variables need to contain the
string '_cv_', and they should begin with a package-specific
prefix in order to avoid interfering with third-party macros.
Rename ld_dashr, ld_wl_rpath, ld_rpath to git_cv_ld_dashr etc.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
configure.ac