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 Rogers 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.