author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
Mon, 19 Jan 2009 20:34:36 +0000 (21:34 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 21 Jan 2009 08:12:25 +0000 (00:12 -0800) | ||
commit | a1a587ef7200ef2b091799399ae43abf6572a686 | |
tree | 34716093bd710998434342821a363ca398d9889f | tree | snapshot |
parent | b56c79ccea73fe53af3f3a3cc5ab7f5417fc898d | commit | diff |
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>
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 | diff | blob | history |