From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTW3j-00069h-8V for qemu-devel@nongnu.org; Thu, 24 Nov 2011 04:57:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTW3f-0006K4-7V for qemu-devel@nongnu.org; Thu, 24 Nov 2011 04:57:35 -0500 Received: from mail-vw0-f45.google.com ([209.85.212.45]:41197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTW3f-0006Jy-1j for qemu-devel@nongnu.org; Thu, 24 Nov 2011 04:57:31 -0500 Received: by vbbfr13 with SMTP id fr13so2298276vbb.4 for ; Thu, 24 Nov 2011 01:57:30 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1322085218-10192-1-git-send-email-jcmvbkbc@gmail.com> <4ECDFF88.9040003@redhat.com> Date: Thu, 24 Nov 2011 12:57:30 +0300 Message-ID: From: Max Filippov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] configure: avoid screening of --{en, dis}able-usb-redir options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , qemu-devel@nongnu.org >>> In fact, what cases is this supposed to be matching? All >>> the documented --thingydir options are handled explicitly >>> earlier in the case statement. >>> >>> Paolo, you added this case in commit 6bde81cb0, but the >>> commit message doesn't give any rationale; what's it for? >> >> There were some --*dir that are supported by Autoconf and >> not by QEMU configure. =A0The aim was to let QEMU packagers >> use the rpm (or similar) macro that overrides directories >> for their distribution. > > Ah. Can we list them explicitly with a comment about why > we accept but ignore them, please? I guess the list is the following: --mandir=3DPATH install man pages in PATH --datadir=3DPATH install firmware in PATH --docdir=3DPATH install documentation in PATH --bindir=3DPATH install binaries in PATH --sysconfdir=3DPATH install config in PATH/qemu http://www.gnu.org/prep/standards/html_node/Configuration.html says that it should also handle the following list: --bindir --sbindir --libexecdir --sysconfdir --sharedstatedir --localstatedir --libdir --includedir --oldincludedir --datarootdir --datadir --infodir --localedir --mandir --docdir --htmldir --dvidir --pdfdir --psdir Do we need anything of these? --=20 Thanks. -- Max