local myconf=()
use debug && myconf+=( --debug=1 )
use nls && myconf+=( --i18n=$(usex nls 1 0) )
myconf+=( --i18n=$(usex nls 1 0) )
econf \
econf --strip=0 ${myconf[@]}
--strip=0 \
${myconf[@]}
}
pkg_postinst() {