]> 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 20:27:53 +0000 (20:27 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 18 Oct 2002 20:27:53 +0000 (20:27 +0000)
        * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
        * sysdeps/alpha/elf/configure.in: Likewise.
        * sysdeps/i386/elf/configure.in: Likewise.
        * sysdeps/mach/hurd/configure.in: Likewise.
        * sysdeps/x86_64/elf/configure.in: Likewise.

sysdeps/alpha/elf/configure.in

index 770a95edbb926c2ddb7e618914426bf913c47cc0..79868145489dca4eb359de9e39fe38e8ed23f689 100644 (file)
@@ -40,7 +40,7 @@ baz:
        lda     $16, n($31)                     !tprel
 EOF
 dnl
-if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.s 1>&AC_FD_CC); then
+if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.s 1>&AS_MESSAGE_LOG_FD); then
   libc_cv_alpha_tls=yes
 else
   libc_cv_alpha_tls=no
@@ -64,7 +64,7 @@ EOF
 dnl
 
 libc_cv_alpha_hidden_gprel=no
-if AC_TRY_COMMAND(${CC-cc} -S $CFLAGS -O2 -fpic conftest.c 1>&AC_FD_CC); then
+if AC_TRY_COMMAND(${CC-cc} -S $CFLAGS -O2 -fpic conftest.c 1>&AS_MESSAGE_LOG_FD); then
   if grep -q 'bar.*!gprel' conftest.s \
      && grep -q 'baz.*!gprel' conftest.s \
      && ! grep -q 'bar.*!literal' conftest.s \