Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184196 | Differences between
and this patch

Collapse All | Expand All

(-)autoconf-2.61.ebuild~ (-3 / +3 lines)
Lines 16-26 Link Here
16
	dev-lang/perl"
16
	dev-lang/perl"
17
RDEPEND="${DEPEND}
17
RDEPEND="${DEPEND}
18
	>=sys-devel/autoconf-wrapper-4-r2"
18
	>=sys-devel/autoconf-wrapper-4-r2"
19
PDEPEND="emacs? ( app-emacs/autoconf-mode )"
19
20
20
src_compile() {
21
src_compile() {
21
	(use emacs && type -p emacs) \
22
	# Disable emacs in the build system since it is in a separate package
22
		&& export EMACS=emacs \
23
	export EMACS=no
23
		|| export EMACS=no
24
	econf --program-suffix="-${PV}" || die
24
	econf --program-suffix="-${PV}" || die
25
	# econf updates config.{sub,guess} which forces the manpages
25
	# econf updates config.{sub,guess} which forces the manpages
26
	# to be regenerated which we dont want to do #146621
26
	# to be regenerated which we dont want to do #146621

Return to bug 184196