patches/eglibc/2_8/110-AC_PREREQ-2.50.patch
changeset 868 45b6a85bfdbc
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/eglibc/2_8/110-AC_PREREQ-2.50.patch	Mon Sep 22 22:01:43 2008 +0000
     1.3 @@ -0,0 +1,78 @@
     1.4 +Index: sysdeps/powerpc/powerpc32/configure.in
     1.5 +===================================================================
     1.6 +--- libc/sysdeps/powerpc/powerpc32/configure.in	(revision 7000)
     1.7 ++++ libc/sysdeps/powerpc/powerpc32/configure.in	(working copy)
     1.8 +@@ -1,6 +1,8 @@
     1.9 + GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
    1.10 + # Local configure fragment for sysdeps/powerpc/powerpc32.
    1.11 + 
    1.12 ++AC_PREREQ(2.50)
    1.13 ++
    1.14 + # See whether gas has R_PPC_REL16 relocs.
    1.15 + AC_CACHE_CHECK(for R_PPC_REL16 gas support, libc_cv_ppc_rel16, [dnl
    1.16 + cat > conftest.s <<\EOF
    1.17 +Index: sysdeps/powerpc/powerpc32/elf/configure.in
    1.18 +===================================================================
    1.19 +--- libc/sysdeps/powerpc/powerpc32/elf/configure.in	(revision 7000)
    1.20 ++++ libc/sysdeps/powerpc/powerpc32/elf/configure.in	(working copy)
    1.21 +@@ -1,6 +1,8 @@
    1.22 + GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
    1.23 + # Local configure fragment for sysdeps/powerpc32/elf.
    1.24 + 
    1.25 ++AC_PREREQ(2.50)
    1.26 ++
    1.27 + if test "$usetls" != no; then
    1.28 + # Check for support of thread-local storage handling in assembler and
    1.29 + # linker.
    1.30 +Index: sysdeps/powerpc/configure.in
    1.31 +===================================================================
    1.32 +--- libc/sysdeps/powerpc/configure.in	(revision 7000)
    1.33 ++++ libc/sysdeps/powerpc/configure.in	(working copy)
    1.34 +@@ -1,6 +1,8 @@
    1.35 + GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
    1.36 + # Local configure fragment for sysdeps/powerpc.
    1.37 + 
    1.38 ++AC_PREREQ(2.50)
    1.39 ++
    1.40 + # Accept binutils which knows about ".machine".
    1.41 + AC_CACHE_CHECK(for .machine support, libc_cv_ppc_machine, [dnl
    1.42 + cat > conftest.s <<\EOF
    1.43 +Index: sysdeps/unix/sysv/linux/powerpc/configure.in
    1.44 +===================================================================
    1.45 +--- libc/sysdeps/unix/sysv/linux/powerpc/configure.in	(revision 7000)
    1.46 ++++ libc/sysdeps/unix/sysv/linux/powerpc/configure.in	(working copy)
    1.47 +@@ -2,6 +2,8 @@
    1.48 + GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
    1.49 + # Local configure fragment for sysdeps/unix/sysv/linux/powerpc/.
    1.50 + 
    1.51 ++AC_PREREQ(2.50)
    1.52 ++
    1.53 + AC_CACHE_CHECK(whether $CC $CFLAGS -mlong-double-128 uses IBM extended format,
    1.54 + 	       libc_cv_mlong_double_128ibm, [dnl
    1.55 + save_CFLAGS="$CFLAGS"
    1.56 +Index: sysdeps/ieee754/ldbl-opt/configure.in
    1.57 +===================================================================
    1.58 +--- libc/sysdeps/ieee754/ldbl-opt/configure.in	(revision 7000)
    1.59 ++++ libc/sysdeps/ieee754/ldbl-opt/configure.in	(working copy)
    1.60 +@@ -2,6 +2,8 @@
    1.61 + GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
    1.62 + # Local configure fragment for sysdeps/ieee754/ldbl-opt/.
    1.63 + 
    1.64 ++AC_PREREQ(2.50)
    1.65 ++
    1.66 + AC_CACHE_CHECK(whether $CC $CFLAGS supports -mlong-double-128,
    1.67 + 	       libc_cv_mlong_double_128, [dnl
    1.68 + save_CFLAGS="$CFLAGS"
    1.69 +Index: libidn/configure.in
    1.70 +===================================================================
    1.71 +--- libc/libidn/configure.in	(revision 7000)
    1.72 ++++ libc/libidn/configure.in	(working copy)
    1.73 +@@ -1,6 +1,8 @@
    1.74 + dnl glibc configure fragment for libidn add-on
    1.75 + GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
    1.76 + 
    1.77 ++AC_PREREQ(2.50)
    1.78 ++
    1.79 + libc_add_on_canonical=
    1.80 + libc_add_on_subdirs=.
    1.81 +