summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-08 08:51:28 +0000
committerRoland McGrath <roland@gnu.org>2002-10-08 08:51:28 +0000
commit9c6fffc0405cbb7c86ea76bf76e15a333751d550 (patch)
tree4bc40542438a8ecfb5167a8bd7fe30d7d0345e8c /configure.in
parentadeb1f195f251049725d39cc60b1297327e38594 (diff)
* configure.in (aux_missing warning): Change "too old" to
"incompatible versions", since for autoconf it's "too new" right now. * configure: Regenerated.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d3f0f63539..c115be5414 100644
--- a/configure.in
+++ b/configure.in
@@ -649,7 +649,7 @@ AC_CHECK_TOOL(MIG, mig, MISSING)
# [2.10.[1-9]* | 2.1[1-9]* | 2.9-ia64-*], AS=: critic_missing=t)
test -n "$aux_missing" && AC_MSG_WARN([
-*** These auxiliary programs are missing or too old:$aux_missing
+*** These auxiliary programs are missing or incompatible versions:$aux_missing
*** some features will be disabled.
*** Check the INSTALL file for required versions.])