aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}" "$@"