author | Jakub Narebski <jnareb@gmail.com> | |
Thu, 7 Sep 2006 11:48:49 +0000 (13:48 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 7 Sep 2006 20:04:21 +0000 (13:04 -0700) | ||
commit | baf1219acbda6ba361c388363ba2e771d95bbb2d | |
tree | a3d231e201a7e5c5202d101419161673f68d0d5d | tree | snapshot |
parent | 6ff88de7f7affba3e9899cfdab4dab46b554e93f | commit | diff |
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>
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 | diff | blob | history | |
configure.ac | diff | blob | history |