about summary refs log tree commit diff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-06-11 12:32:56 +0000
committerAndreas Jaeger <aj@suse.de>2001-06-11 12:32:56 +0000
commit92ec5b31c6336fda16656c3dda5e267707eefcad (patch)
treeddb55f13c6fc6393183a3a09bb1ee54abcb342d3 /aclocal.m4
parent207390f763c23b7db63ddfea36793b657da431fe (diff)
downloadglibc-92ec5b31c6336fda16656c3dda5e267707eefcad.tar.gz
glibc-92ec5b31c6336fda16656c3dda5e267707eefcad.tar.xz
glibc-92ec5b31c6336fda16656c3dda5e267707eefcad.zip
Update.
2001-06-11  Andreas Jaeger  <aj@suse.de>

	* sysdeps/ieee754/ldbl-128/e_coshl.c: New file.  Contributed by 
	Stephen L Moshier <moshier@mediaone.net>.

	* 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.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
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