aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-30 03:29:16 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-30 03:29:16 -0500
commit069eed65ee769ef2b2cde032d837418af5f96111 (patch)
tree0b6fd96c48620bad730b6eb7b1d9c6e406607a1f
parentautoconf-wrapper: handle autodetection better (diff)
downloadautotools-wrappers-069eed65ee769ef2b2cde032d837418af5f96111.tar.gz
autotools-wrappers-069eed65ee769ef2b2cde032d837418af5f96111.tar.bz2
autotools-wrappers-069eed65ee769ef2b2cde032d837418af5f96111.zip
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@gentoo.org>
-rwxr-xr-xac-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
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}" "$@"