]> git.ipfire.org Git - thirdparty/git.git/commit - configure.ac
autoconf: Preparing the way for autodetection
authorJakub Narebski <jnareb@gmail.com>
Sat, 8 Jul 2006 21:07:09 +0000 (23:07 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 9 Jul 2006 09:20:32 +0000 (02:20 -0700)
commitd3a6db981179a1dc772768ff6af0414d17848d93
tree86768ce7c7c8c80f5d5ab5658930a722b006bf8d
parent633b423961df659fbf110fd7b127ebc9a0a38277
autoconf: Preparing the way for autodetection

Prepares configure.ac to output autodetected and selected (by using
--with/--without and --enable/disable parameters to generated
./configure script) building configuration in "git style", i.e. by
appending appropriate variables to output file config.mak.autogen
(via temporary file config.mak.append).

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
configure.ac