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

(-)/var/cache/portage/tree/eclass/autotools.eclass (-1 / +1 lines)
Lines 332-338 Link Here
332
		echo
332
		echo
333
		die "No configure.{ac,in} present!"
333
		die "No configure.{ac,in} present!"
334
	fi
334
	fi
335
	if [[ -e configure.in ]] ; then
335
	if [[ -e configure.in && ${WANT_AUTOCONF} != 2.1 ]] ; then
336
		eqawarn "This package has a configure.in file which has long been deprecated.  Please"
336
		eqawarn "This package has a configure.in file which has long been deprecated.  Please"
337
		eqawarn "update it to use configure.ac instead as newer versions of autotools will die"
337
		eqawarn "update it to use configure.ac instead as newer versions of autotools will die"
338
		eqawarn "when it finds this file.  See https://bugs.gentoo.org/426262 for details."
338
		eqawarn "when it finds this file.  See https://bugs.gentoo.org/426262 for details."

Return to bug 531646