From 9c6fffc0405cbb7c86ea76bf76e15a333751d550 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 8 Oct 2002 08:51:28 +0000 Subject: * configure.in (aux_missing warning): Change "too old" to "incompatible versions", since for autoconf it's "too new" right now. * configure: Regenerated. --- ChangeLog | 4 ++++ configure | 2 +- configure.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a813db75c8..6a1dcfb008 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-10-08 Roland McGrath + * configure.in (aux_missing warning): Change "too old" to + "incompatible versions", since for autoconf it's "too new" right now. + * configure: Regenerated. + * configure.in (AUTOCONF): New check to set it. Set to "no" if the one found doesn't work on our configure.in. * configure: Regenerated. 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 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.]) -- cgit v1.2.3-70-g09d2