author | Jakub Narebski <jnareb@gmail.com> | |
Tue, 8 Aug 2006 16:39:06 +0000 (18:39 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 9 Aug 2006 00:19:18 +0000 (17:19 -0700) | ||
commit | 424adc50b73f269ac3f3bd0195f9e7fea935109f | |
tree | 7283dcac63e2da941294e0a11513f252c3917228 | tree | snapshot |
parent | af6058cc2bf309631fc7f5cd44fb39b567286506 | commit | diff |
autoconf: Move variables which we always set to config.mak.in
Move detected NO_STH and NEED_STH variables, which we always output,
either setting or unsetting (setting to empty string) to config.mak.in
and use setting appropriately named variables and doing AC_SUBST
instead of adding them via GIT_CONF_APPEND_LINE macro and
config.mak.append temporary file.
Variables which might and might not be set are still added via
config.mak.append; this include all STH_PATH variables.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Move detected NO_STH and NEED_STH variables, which we always output,
either setting or unsetting (setting to empty string) to config.mak.in
and use setting appropriately named variables and doing AC_SUBST
instead of adding them via GIT_CONF_APPEND_LINE macro and
config.mak.append temporary file.
Variables which might and might not be set are still added via
config.mak.append; this include all STH_PATH variables.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
config.mak.in | diff | blob | history | |
configure.ac | diff | blob | history |