summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-05-28 15:14:49 +0200
committerUlrich Müller <ulm@gentoo.org>2023-05-29 09:57:54 +0200
commit0e74da3a3d3fd1e90fb779e7ce3a1147ce3d5300 (patch)
tree01838519e16c93d01843ea9a133963f16b635728 /eclass/autotools.eclass
parentautotools.eclass: Allow running the tools only in src_prepare (diff)
downloadgentoo-0e74da3a3d3fd1e90fb779e7ce3a1147ce3d5300.tar.gz
gentoo-0e74da3a3d3fd1e90fb779e7ce3a1147ce3d5300.tar.bz2
gentoo-0e74da3a3d3fd1e90fb779e7ce3a1147ce3d5300.zip
autotools.eclass: Whitespace
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 7b94efc225fe..77124e098aac 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -389,7 +389,6 @@ eautoconf() {
die "No configure.{ac,in} present!"
fi
-
if [[ ${WANT_AUTOCONF} != "2.1" && -e configure.in ]] ; then
case ${EAPI} in
6|7)