PATCH to use apr-iconv

2004-10-04 Thread jean-frederic clere
Hi, I have prepared a patch to use apr-iconv instead "GNU" or system iconv. Find it enclosed. Any comments? Cheers Jean-Frederic Index: buildconf === RCS file: /home/cvspublic/httpd-2.0/buildconf,v retrieving revision 1.

Re: PATCH to use apr-iconv

2004-10-04 Thread William A. Rowe, Jr.
At 12:00 PM 10/4/2004, Jean-Frederic wrote: >I have prepared a patch to use apr-iconv instead "GNU" or system iconv. I'm not hearing alot of interest in maintaining apr-iconv, and instead perhaps using the BSD port iconv-2.0 for Win32 and non iconv platforms. What are other pe

Re: PATCH to use apr-iconv

2004-10-04 Thread Justin Erenkrantz
--On Monday, October 4, 2004 6:05 PM -0500 "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: At 12:00 PM 10/4/2004, Jean-Frederic wrote: I have prepared a patch to use apr-iconv instead "GNU" or system iconv. I'm not hearing alot of interest in maintaining apr-i

Re: PATCH to use apr-iconv

2004-10-04 Thread William A. Rowe, Jr.
At 06:38 PM 10/4/2004, Justin Erenkrantz wrote: >I have some issues with the proposed patch in that it moves some configure logic that >really belongs in apr-util over to httpd: i.e. configuration of apr-iconv should be >done by apr-util not by httpd, httpd should only be aware of iconv via the

Re: PATCH to use apr-iconv

2004-10-05 Thread jean-frederic clere
William A. Rowe, Jr. wrote: At 06:38 PM 10/4/2004, Justin Erenkrantz wrote: I have some issues with the proposed patch in that it moves some configure logic that really belongs in apr-util over to httpd: i.e. configuration of apr-iconv should be done by apr-util not by httpd, httpd should only be

Re: PATCH to use apr-iconv

2004-10-07 Thread Justin Erenkrantz
--On Tuesday, October 5, 2004 10:56 AM +0200 jean-frederic clere <[EMAIL PROTECTED]> wrote: I have now moved all the logic to apr-util. Find enclosed the new patch. To get it working checkout apr-iconv in srclib and add "--with-iconv=`pwd`/srclib/apr-iconv". More comments? Besides the fact that t