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

(-)autoconf-2.69.ebuild (+4 lines)
Lines 35-40 Link Here
35
		autoreconf -f -i || die
35
		autoreconf -f -i || die
36
	fi
36
	fi
37
	find -name Makefile.in -exec sed -i '/^pkgdatadir/s:$:-@VERSION@:' {} +
37
	find -name Makefile.in -exec sed -i '/^pkgdatadir/s:$:-@VERSION@:' {} +
38
	sed -i \
39
		-e "s:(autoconf):(autoconf-${SLOT}):" \
40
		doc/autoconf.texi \
41
		|| die
38
}
42
}
39
43
40
src_configure() {
44
src_configure() {

Return to bug 543730