From dev-return-24049-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sat Nov 10 20:53:13 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9D11D8C3 for ; Sat, 10 Nov 2012 20:53:13 +0000 (UTC) Received: (qmail 53810 invoked by uid 500); 10 Nov 2012 20:53:12 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 53745 invoked by uid 500); 10 Nov 2012 20:53:12 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 53610 invoked by uid 99); 10 Nov 2012 20:53:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Nov 2012 20:53:12 +0000 Date: Sat, 10 Nov 2012 20:53:12 +0000 (UTC) From: "Dave Cottlehuber (JIRA)" To: dev@couchdb.apache.org Message-ID: <1904291375.96986.1352580792691.JavaMail.jiratomcat@arcas> In-Reply-To: <1162118346.95997.1352545872613.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (COUCHDB-1595) etc/couchdb/Makefile should use autoconf rules for windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Cottlehuber updated COUCHDB-1595: -------------------------------------- Labels: Windows (was: ) > 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