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 (JIRA)" <ji...@apache.org> on 2010/02/01 23:04:30 UTC

[jira] Assigned: (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 reassigned COUCHDB-535:
------------------------------------

    Assignee: Noah Slater

> 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: 0.11
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.