Skip to content

Commit

Permalink
* configure.in (aux_missing warning): Change "too old" to
Browse files Browse the repository at this point in the history
	"incompatible versions", since for autoconf it's "too new" right now.
	* configure: Regenerated.
  • Loading branch information
Roland McGrath committed Oct 8, 2002
1 parent adeb1f1 commit 9c6fffc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.])

Expand Down

0 comments on commit 9c6fffc

Please sign in to comment.