author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
Tue, 6 Nov 2007 20:12:45 +0000 (21:12 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 8 Nov 2007 01:21:41 +0000 (17:21 -0800) | ||
commit | 3c307bfbe8f8f9223c9b3cef8fdf2fabd05cda6d | |
tree | ef00c3a076d17662ca2a4c1af52a557f140f98b2 | tree | snapshot |
parent | fc8b5f0307d5477cb4a52d3b54ff098f8ea34c8e | commit | diff |
Fix minor nits in configure.ac
Avoid "test -o" as it is only XSI not POSIX, and not portable.
Avoid exit(3) in test programs in favor of return, to accommodate
for newer Autoconf not providing a declaration for exit.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Avoid "test -o" as it is only XSI not POSIX, and not portable.
Avoid exit(3) in test programs in favor of return, to accommodate
for newer Autoconf not providing a declaration for exit.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
configure.ac | diff | blob | history |