Benoit Chesneau created COUCHDB-1595:
----------------------------------------
Summary: 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
Reporter: Benoit Chesneau
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