O.K., here's an updated patch that gets iconv detection working again. What it does:
apr.patch: Removes all iconv detection from APR.
apr-util.patch: Pushes iconv detection into APR-util. As part of this patch,
apu-iconv.m4 must be added to apr-util/build.
I tested this with Subversion on Linux. I can't commit from work, but if
anybody needs a working apr_xlate in HEAD before I get home, feel free to
commit this.
ToDo:
- Figure out what to do about the iconv stuff in apr_hints.m4
- Rename APR_ICONV_INBUF_CONST to APU_ICONV_INBUF_CONST
- Detect apr-iconv in the apr-util source tree
- Handle --with-iconv and/or --with-apr-iconv
Brane
apr.patch
Description: Binary data
apr-util.patch
Description: Binary data
apu-iconv.m4
Description: Binary data
