Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/autotools-wrappers:main commit in: /
Date: Sun, 30 Jan 2022 09:24:26
Message-Id: 1643531356.069eed65ee769ef2b2cde032d837418af5f96111.vapier@gentoo
1 commit: 069eed65ee769ef2b2cde032d837418af5f96111
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 08:29:16 2022 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 08:29:16 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/autotools-wrappers.git/commit/?id=069eed65
7
8 autoconf-wrapper: drop mention of emerge
9
10 Generalize the "install autoconf" message to not refer to emerge
11 specifically since this script isn't specific to emerge, or even
12 Gentoo for that matter.
13
14 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
15
16 ac-wrapper.sh | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/ac-wrapper.sh b/ac-wrapper.sh
20 index d85b71b..a16c86a 100755
21 --- a/ac-wrapper.sh
22 +++ b/ac-wrapper.sh
23 @@ -214,7 +214,7 @@ export WANT_AUTOCONF="${binary_ver}"
24 if [ ! -x "${binary}" ] ; then
25 # this shouldn't happen
26 err "${binary} is missing or not executable.\n" \
27 - "\tPlease try emerging the correct version of autoconf."
28 + "\tPlease try installing the correct version of autoconf."
29 fi
30
31 exec "${binary}" "$@"