author | Jakub Narebski <jnareb@gmail.com> | |
Sat, 8 Jul 2006 21:07:09 +0000 (23:07 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 9 Jul 2006 09:20:32 +0000 (02:20 -0700) | ||
commit | d3a6db981179a1dc772768ff6af0414d17848d93 | |
tree | 86768ce7c7c8c80f5d5ab5658930a722b006bf8d | tree | snapshot |
parent | 633b423961df659fbf110fd7b127ebc9a0a38277 | commit | diff |
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>
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 | diff | blob | history |