You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jan Lehnardt (Closed) (JIRA)" <ji...@apache.org> on 2011/10/30 21:42:32 UTC

[jira] [Closed] (COUCHDB-535) Configure issue with icu4c-4.3.2 on Mac OS 10.6

     [ https://issues.apache.org/jira/browse/COUCHDB-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt closed COUCHDB-535.
--------------------------------

    Resolution: Won't Fix
    
> Configure issue with icu4c-4.3.2 on Mac OS 10.6
> -----------------------------------------------
>
>                 Key: COUCHDB-535
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-535
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 0.10
>         Environment: Mac OS 10.6 with icu4c-4.3.2
> aclocal --version == 1.10
> autoconfig --version == 2.61
>            Reporter: mikeal
>            Assignee: Noah Slater
>            Priority: Minor
>             Fix For: 1.2
>
>
> For some unknown reason `icu-config --version` outputs "-n 4.3.2" when run from configure. Running `icu-config --version` normally works as expected.
> Below the line that sets ICU_VERSION:
> ICU_VERSION=`$ICU_CONFIG --version`
> I added these lines:
> # Fix bug in -n showing up in version string
> ICU_VERSION=${ICU_VERSION#* }
> And this works around the issue for me.
> I can attach either a diff of the .m4 or the .m4.gz

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira