commit:     069eed65ee769ef2b2cde032d837418af5f96111
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 08:29:16 2022 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> 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 <vapier <AT> 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}" "$@"

Reply via email to