]> sourceware.org Git - glibc.git/commitdiff
* configure.in (aux_missing warning): Change "too old" to
authorRoland McGrath <roland@gnu.org>
Tue, 8 Oct 2002 08:51:28 +0000 (08:51 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 8 Oct 2002 08:51:28 +0000 (08:51 +0000)
"incompatible versions", since for autoconf it's "too new" right now.
* configure: Regenerated.

ChangeLog
configure
configure.in

index a813db75c8b85e00b27d7a43e8def382661b2f70..6a1dcfb00883dafbbb943c10dafbd8c0e24a5084 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-10-08  Roland McGrath  <roland@redhat.com>
 
+       * 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.
index fa48bdbd0dd681963b9b461b63fdb1a34f6a8189..66b26621173c9bfb8f021e5daa5a3abea32c2007 100755 (executable)
--- 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
 
index d3f0f63539461c9317dcf8810fd0d6181a3a8259..c115be5414df6a46427edc4bd495ebcdfc5e0ed4 100644 (file)
@@ -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.])
 
This page took 0.052411 seconds and 5 git commands to generate.