Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67856
Collapse All | Expand All

(-)m4-1.4-r1.ebuild.orig (-1 / +1 lines)
Lines 34-43 Link Here
34
	local myconf=
34
	local myconf=
35
35
36
	use nls || myconf="--disable-nls"
36
	use nls || myconf="--disable-nls"
37
	use changeword && myconf="$myconf --enable-changeword"
37
38
38
	./configure --host=${CHOST} \
39
	./configure --host=${CHOST} \
39
		--prefix=/usr \
40
		--prefix=/usr \
40
		--enable-changeword \
41
		${myconf} || die
41
		${myconf} || die
42
42
43
	emake || die
43
	emake || die

Return to bug 67856