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

Collapse All | Expand All

(-)autotools.eclass.orig (-1 / +1 lines)
Lines 215-221 eautoreconf() { Link Here
215
	done
215
	done
216
	${rerun_aclocal} && eaclocal
216
	${rerun_aclocal} && eaclocal
217
217
218
	eautoconf
218
	eautoconf --force
219
	eautoheader
219
	eautoheader
220
	[[ ${AT_NOEAUTOMAKE} != "yes" ]] && FROM_EAUTORECONF="yes" eautomake ${AM_OPTS}
220
	[[ ${AT_NOEAUTOMAKE} != "yes" ]] && FROM_EAUTORECONF="yes" eautomake ${AM_OPTS}
221
221

Return to bug 527506