Subject: Re: code: which option from an options group was selected?
To: Todd Vierling <tv@duh.org>
From: Geert Hendrickx <geert.hendrickx@ua.ac.be>
List: tech-pkg
Date: 09/19/2005 20:41:03
On Mon, Sep 19, 2005 at 02:27:29PM -0400, Todd Vierling wrote:
> The following will work without requiring .for (thus it's faster, not
> position dependent, and more friendly to the derecursion work I'll get
> back to eventually... <g>):
> 
> MOZILLA=	${PKG_OPTIONS:@opt@${PKG_OPTIONS_GROUP.mozilla:M${opt}}@}

Thanks, Todd.  You'll soon see this code appear in the new wip/jdk15
package I'm working on. ;-)  

	Geert