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." |