From 92ec5b31c6336fda16656c3dda5e267707eefcad Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 11 Jun 2001 12:32:56 +0000 Subject: Update. 2001-06-11 Andreas Jaeger * sysdeps/ieee754/ldbl-128/e_coshl.c: New file. Contributed by Stephen L Moshier . * aclocal.m4: Quote AC_FD_MSG and AC_FD_CC. * sysdeps/powerpc/fpu/libm-test-ulps: Add ULPs for tanh (-0.7). * sysdeps/s390/fpu/libm-test-ulps: Likewise. --- aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 5affe451c4..ba9ca30e74 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -3,8 +3,8 @@ dnl which appears in configure.in before the sysdep configure scripts are run. dnl Each sysdep configure.in does GLIBC_PROVIDES first, to avoid any dnl AC_REQUIREs or AC_BEFOREs duplicating their code. dnl -define(AC_FD_MSG,6)dnl Autoconf lossage. -define(AC_FD_CC,5)dnl Autoconf lossage. +define([AC_FD_MSG],6)dnl Autoconf lossage. +define([AC_FD_CC],5)dnl Autoconf lossage. AC_DEFUN([GLIBC_PROVIDES], [dnl AC_PROVIDE([AC_PROG_INSTALL])dnl AC_PROVIDE([AC_PROG_RANLIB])dnl -- cgit 1.4.1