autoconf: Move variables which we always set to config.mak.in
authorJakub Narebski <jnareb@gmail.com>
Tue, 8 Aug 2006 16:39:06 +0000 (18:39 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 9 Aug 2006 00:19:18 +0000 (17:19 -0700)
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>
No differences found