]> sourceware.org Git - glibc.git/blob - sysdeps/unix/sysv/linux/mips/configure.in
2001-08-24 Maciej W. Rozycki macro@ds2.pg.gda.pl
[glibc.git] / sysdeps / unix / sysv / linux / mips / configure.in
1 sinclude(./aclocal.m4)dnl Autoconf lossage
2 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
3 # Local configure fragment for sysdeps/unix/sysv/linux/mips.
4
5 define([AC_SUBST])dnl Prevent junk from being appended due to no AC_OUTPUT
6 AC_CHECK_PROG_VER(AS, $AS, --version,
7 [GNU assembler.* \([0-9]*\.[0-9.]*\(-ia64-[0-9]*\)*\)],
8 [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]*],
9 AC_MSG_WARN([*** Your binutils versions are too old.
10 *** We strongly advise to update binutils. For details check
11 *** the FAQ and INSTALL documents.]))
This page took 0.036761 seconds and 5 git commands to generate.