mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
* configure.in (aux_missing warning): Change "too old" to
"incompatible versions", since for autoconf it's "too new" right now. * configure: Regenerated.
This commit is contained in:
parent
adeb1f195f
commit
9c6fffc040
@ -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.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
||||
|
@ -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.])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user