From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYMR0-0001ek-9o for qemu-devel@nongnu.org; Fri, 22 Jan 2010 11:32:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYMQv-0001Xp-Pa for qemu-devel@nongnu.org; Fri, 22 Jan 2010 11:32:33 -0500 Received: from [199.232.76.173] (port=36977 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYMQv-0001Xk-Iq for qemu-devel@nongnu.org; Fri, 22 Jan 2010 11:32:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24733) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NYMQv-0008EZ-2o for qemu-devel@nongnu.org; Fri, 22 Jan 2010 11:32:29 -0500 Message-ID: <4B59D319.2010808@redhat.com> Date: Fri, 22 Jan 2010 17:32:25 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1264176542-5316-1-git-send-email-aliguori@us.ibm.com> <1264176542-5316-2-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1264176542-5316-2-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/3] Support --sysconfdir in configure to specify path to configuration files (v2) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: John Cooper , qemu-devel@nongnu.org, Gerd Hoffman On 01/22/2010 05:09 PM, Anthony Liguori wrote: > The default value is ${prefix}/etc/qemu. --sysconfdir can be used to override > the default to an absolute path. The expectation is that when installed to > /usr, --sysconfdir=/etc/qemu will be used. Sorry for not being precise; --sysconfdir in Autoconf is just ${prefix}/etc. Paolo