View | Details | Raw Unified
Collapse All | Expand All

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