]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-10-18 Jeff Bailey <jbailey@gnu.org>
authorRoland McGrath <roland@gnu.org>
Fri, 18 Oct 2002 22:15:36 +0000 (22:15 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 18 Oct 2002 22:15:36 +0000 (22:15 +0000)
        * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
        * sysdeps/generic/configure.in: Likewise.
        * sysdeps/i386/elf/configure.in: Likewise.
        * sysdeps/ia64/elf/configure.in: Likewise.
        * sysdeps/mach/configure.in: Likewise.
        * sysdeps/mach/hurd/configure.in: Likewise.
        * sysdeps/unix/configure.in: Likewise.
        * sysdeps/unix/common/configure.in: Likewise.
        * sysdeps/unix/sysv/aix/configure.in: Likewise.
        * sysdeps/unix/sysv/linux/configure.in: Likewise.
        * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
        * sysdeps/x86_64/elf/configure.in: Likewise.

sysdeps/unix/sysv/linux/mips/configure.in

index 81515a52f59ee9cc682dbfad8a20c445ebf08450..9d000646c413092875ac685c7aef402088ad0e07 100644 (file)
@@ -1,11 +1,10 @@
-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.
 
 define([AC_SUBST])dnl Prevent junk from being appended due to no AC_OUTPUT
 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 
+  [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.]))