From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62AB2158087 for ; Sun, 30 Jan 2022 09:24:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 628702BC061; Sun, 30 Jan 2022 09:24:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 470C92BC061 for ; Sun, 30 Jan 2022 09:24:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61FCD34314F for ; Sun, 30 Jan 2022 09:24:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07E702C6 for ; Sun, 30 Jan 2022 09:24:22 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1643531356.069eed65ee769ef2b2cde032d837418af5f96111.vapier@gentoo> Subject: [gentoo-commits] proj/autotools-wrappers:main commit in: / X-VCS-Repository: proj/autotools-wrappers X-VCS-Files: ac-wrapper.sh X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 069eed65ee769ef2b2cde032d837418af5f96111 X-VCS-Branch: main Date: Sun, 30 Jan 2022 09:24:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 736bb0ab-05c1-44fe-b40b-334f1131b4d7 X-Archives-Hash: 95494eab6a8141980b386955513af590 commit: 069eed65ee769ef2b2cde032d837418af5f96111 Author: Mike Frysinger gentoo org> AuthorDate: Sun Jan 30 08:29:16 2022 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Jan 30 08:29:16 2022 +0000 URL: https://gitweb.gentoo.org/proj/autotools-wrappers.git/commit/?id=069eed65 autoconf-wrapper: drop mention of emerge Generalize the "install autoconf" message to not refer to emerge specifically since this script isn't specific to emerge, or even Gentoo for that matter. Signed-off-by: Mike Frysinger gentoo.org> ac-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ac-wrapper.sh b/ac-wrapper.sh index d85b71b..a16c86a 100755 --- a/ac-wrapper.sh +++ b/ac-wrapper.sh @@ -214,7 +214,7 @@ export WANT_AUTOCONF="${binary_ver}" if [ ! -x "${binary}" ] ; then # this shouldn't happen err "${binary} is missing or not executable.\n" \ - "\tPlease try emerging the correct version of autoconf." + "\tPlease try installing the correct version of autoconf." fi exec "${binary}" "$@"