From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAKpV-0003ig-Kt for qemu-devel@nongnu.org; Wed, 21 Mar 2012 08:39:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAKpN-0000w7-1X for qemu-devel@nongnu.org; Wed, 21 Mar 2012 08:39:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAKpM-0000vd-Py for qemu-devel@nongnu.org; Wed, 21 Mar 2012 08:39:44 -0400 Message-ID: <4F69CC0B.1060906@redhat.com> Date: Wed, 21 Mar 2012 13:39:39 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1332274504-10437-1-git-send-email-ehabkost@redhat.com> <1332274504-10437-4-git-send-email-ehabkost@redhat.com> In-Reply-To: <1332274504-10437-4-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] configure: add --confsuffix option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org, Anthony Liguori Il 20/03/2012 21:15, Eduardo Habkost ha scritto: > This way we can choose a configuration file path different from > ${sysconfdir}/PACKAGE. > > This also changes the configure output to show the full configuration > dir path (including $confsuffix), instead of just $sysconfdir. Can you please apply this to datadir too? (i.e. set the datadir default to just $prefix/share, and later add $confsuffix). Paolo