[ 
https://issues.apache.org/jira/browse/COUCHDB-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494765#comment-13494765
 ] 

Benoit Chesneau commented on COUCHDB-1595:
------------------------------------------

Well even if they are relocatable or such I don't see any reason to not have 
them set by the autotools. Main reason is the use with rebar later. We need to 
make sure that paths can be set during the reconfiguration. They will be 
relocatable by default.
                
> etc/couchdb/Makefile should use autoconf rules for windows
> ----------------------------------------------------------
>
>                 Key: COUCHDB-1595
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1595
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 1.2, 1.3
>            Reporter: Benoit Chesneau
>              Labels: Windows
>
> actually we have a case in the Makefile to use different dirs for windows 
> where it should simply follow the rules given by the autotools:
> "s|%localstatelibdir%|../var/lib/couchdb|g" \
> should be:
> -e "s|%localstatelibdir%|$(localstatelibdir)|g" 
> like on unix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to