K 10 svn:author V 2 wg K 8 svn:date V 27 2013-10-27T11:58:20.535713Z K 7 svn:log V 395 Allow multiple values for configure ENABLE and WITH options helpers ${opt}_CONFIGURE_ENABLE and ${opt}_CONFIGURE_WITH now accept multiple arguments and will be expanded accordingly, e.g.: OPT_CONFIGURE_ENABLE= feature1 feature2 -- will add to CONFIGURE_ARGS: OPT enabled: --enable-feature1 --enable-feature2 OPT disabled: --disable-feature1 --disable-feature2 Approved by: portmgr (bapt) END