diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-08 08:51:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-08 08:51:28 +0000 |
commit | 9c6fffc0405cbb7c86ea76bf76e15a333751d550 (patch) | |
tree | 4bc40542438a8ecfb5167a8bd7fe30d7d0345e8c /configure | |
parent | adeb1f195f251049725d39cc60b1297327e38594 (diff) | |
download | glibc-9c6fffc0405cbb7c86ea76bf76e15a333751d550.tar.gz glibc-9c6fffc0405cbb7c86ea76bf76e15a333751d550.tar.xz glibc-9c6fffc0405cbb7c86ea76bf76e15a333751d550.zip |
* 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')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index fa48bdbd0d..66b2662117 100755 --- a/configure +++ b/configure @@ -2204,7 +2204,7 @@ fi # [2.10.[1-9]* | 2.1[1-9]* | 2.9-ia64-*], AS=: critic_missing=t) test -n "$aux_missing" && echo "configure: warning: -*** 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." 1>&2 |