From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v2] autoconf: change AX_ARG_{DISABLE/ENABLE}_AND_EXPORT to make more sense Date: Thu, 15 Mar 2012 13:28:25 +0100 Message-ID: <20120315122825.GA18298@aepfle.de> References: <50317ae2a56d66e39079.1329982352@debian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <50317ae2a56d66e39079.1329982352@debian.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne Cc: Ian.Jackson@eu.citrix.com, Ian.Campbell@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Feb 23, Roger Pau Monne wrote: > # HG changeset patch > # User Roger Pau Monne > # Date 1329981765 -3600 > # Node ID 50317ae2a56d66e39079b8758ee2755fac268748 > # Parent 64f5cd4aa2a273d4b84c382b8ef484eab7905631 > autoconf: change AX_ARG_{DISABLE/ENABLE}_AND_EXPORT to make more sense > > Change disable/enable feature macros to have a more significative name > of what they actually do, to avoid confusions. > > New macros have the following names: > > AX_ARG_DEFAULT_ENABLE: feature is enabled by default, provides the > --disable-{feature} option to disable it. > > AX_ARG_DEFAULT_DISABLE: feature is disabled by default, provides the > --enable-{feature] option to enable it. > > Changes since v1: > > * Change comment to "dnl" > > * Change xapi to xenapi > > * Add help string regarding default value of enable/disable options > > Signed-off-by: Roger Pau Monne > Acked-by: Ian Campbell Acked-by: Olaf Hering