]> git.ipfire.org Git - thirdparty/git.git/commit - configure.ac
autoconf: Add support for setting NO_ICONV and ICONVDIR
authorJakub Narebski <jnareb@gmail.com>
Thu, 7 Sep 2006 11:48:49 +0000 (13:48 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 7 Sep 2006 20:04:21 +0000 (13:04 -0700)
commitbaf1219acbda6ba361c388363ba2e771d95bbb2d
treea3d231e201a7e5c5202d101419161673f68d0d5d
parent6ff88de7f7affba3e9899cfdab4dab46b554e93f
autoconf: Add support for setting NO_ICONV and ICONVDIR

Add support for ./configure options --without-iconv (if neither libc
nor libiconv properly support iconv), and for --with-iconv=PATH (to
set prefix to libiconv library and headers, used only when
NEED_LIBICONV is set).  While at it, make ./configure set or unset
NO_ICONV always (it is not autodetected in Makefile).

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