summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-04-26 12:37:11 +0200
committerLars Wendler <polynomial-c@gentoo.org>2018-04-26 12:52:19 +0200
commit14f137cd0a9f2495e0013adbbfe71946fc42550d (patch)
tree4ed30e919b468ce6c58a4d5eaec10e82745c11ff /sys-devel/autoconf-wrapper/files/ac-wrapper-13.sh
parentmedia-libs/libwebp: Bump to version 1.0.0. Removed old. (diff)
downloadgentoo-14f137cd0a9f2495e0013adbbfe71946fc42550d.tar.gz
gentoo-14f137cd0a9f2495e0013adbbfe71946fc42550d.tar.bz2
gentoo-14f137cd0a9f2495e0013adbbfe71946fc42550d.zip
sys-devel/autoconf-wrapper: Don't use bashisms.
Closes: https://bugs.gentoo.org/650152 Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sys-devel/autoconf-wrapper/files/ac-wrapper-13.sh')
-rw-r--r--sys-devel/autoconf-wrapper/files/ac-wrapper-13.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/autoconf-wrapper/files/ac-wrapper-13.sh b/sys-devel/autoconf-wrapper/files/ac-wrapper-13.sh
index d4324cf73022..d984b4ac3371 100644
--- a/sys-devel/autoconf-wrapper/files/ac-wrapper-13.sh
+++ b/sys-devel/autoconf-wrapper/files/ac-wrapper-13.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Based on the ac-wrapper.pl script provided by MandrakeSoft
@@ -155,7 +155,7 @@ if [ "${WANT_AUTOCONF:-2.1}" = "2.1" ] && [ -n "${WANT_AUTOMAKE}" ] ; then
# is set to an older version, let's do some sanity checks.
case "${WANT_AUTOMAKE}" in
1.[456])
- acfiles=$(ls ac{local,include}.m4 configure.{in,ac} 2>/dev/null)
+ acfiles=$(ls aclocal.m4 acinclude.m4 configure.in configure.ac 2>/dev/null)
[ -n "${acfiles}" ] && confversion=$(acprereq_version ${acfiles})
[ -z "${confversion}" ] && [ -r "configure" ] \