--- m4-1.4-r1.ebuild.orig 2004-10-17 12:45:02.082135352 +0200 +++ m4-1.4-r1.ebuild 2004-10-17 12:44:34.493329488 +0200 @@ -34,10 +34,10 @@ local myconf= use nls || myconf="--disable-nls" + use changeword && myconf="$myconf --enable-changeword" ./configure --host=${CHOST} \ --prefix=/usr \ - --enable-changeword \ ${myconf} || die emake || die