2001-05-11 16:48:44 +00:00
|
|
|
sinclude(./aclocal.m4)dnl Autoconf lossage
|
|
|
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
|
|
|
# Local configure fragment for sysdeps/unix/sysv/linux/mips.
|
|
|
|
|
2001-08-24 18:27:55 +00:00
|
|
|
define([AC_SUBST])dnl Prevent junk from being appended due to no AC_OUTPUT
|
2001-05-11 16:48:44 +00:00
|
|
|
AC_CHECK_PROG_VER(AS, $AS, --version,
|
|
|
|
[GNU assembler.* \([0-9]*\.[0-9.]*\(-ia64-[0-9]*\)*\)],
|
|
|
|
[2.11.90.0.[5-9]* | 2.11.90.[1-9]* | 2.11.9[1-9]* | 2.11.[1-9]* | 2.1[2-9]*| 2.[2-9]*],
|
|
|
|
AC_MSG_WARN([*** Your binutils versions are too old.
|
|
|
|
*** We strongly advise to update binutils. For details check
|
|
|
|
*** the FAQ and INSTALL documents.]))
|