Quote all calls to GIT_CONF_APPEND_LINE
commit66142aa1f53979a87678159a82734b0174d98070
authorPavel Roskin <proski@gnu.org>
Sat, 15 Jul 2006 05:29:19 +0000 (15 01:29 -0400)
committerJunio C Hamano <junkio@cox.net>
Sat, 15 Jul 2006 05:33:10 +0000 (14 22:33 -0700)
treea6383d01b947335d88bce613bb76545a368f9f56
parent81d0e51e28607000712b92f5d7295ad07eb3ccb7
Quote all calls to GIT_CONF_APPEND_LINE

Not quoting macro arguments that contain other macros is a big no-no in
Autoconf.  It can break at any time.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
configure.ac