From 368777cd04f76f7a3b242006fdf6c1e6b77381de Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 1 Aug 2011 00:33:56 +0200 Subject: [PATCH 1/1] frexpl: Update autoconf test. * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Update overrides of , according to changes of 2011-06-20. --- ChangeLog | 6 ++++++ m4/frexpl.m4 | 16 +++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5ed267e39..a3937cce4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-07-31 Bruno Haible + frexpl: Update autoconf test. + * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Update overrides of , + according to changes of 2011-06-20. + +2011-07-31 Bruno Haible + sys_utsname: Add support for Minix. * lib/sys_utsname.in.h [Minix]: Include before . diff --git a/m4/frexpl.m4 b/m4/frexpl.m4 index 2e8c68136..5843fa2f5 100644 --- a/m4/frexpl.m4 +++ b/m4/frexpl.m4 @@ -1,4 +1,4 @@ -# frexpl.m4 serial 15 +# frexpl.m4 serial 16 dnl Copyright (C) 2007-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -115,6 +115,20 @@ AC_DEFUN([gl_FUNC_FREXPL_WORKS], # undef LDBL_MIN_EXP # define LDBL_MIN_EXP (-16381) #endif +#if defined __i386__ && defined __FreeBSD__ +# undef LDBL_MIN_EXP +# define LDBL_MIN_EXP (-16381) +#endif +#if (defined _ARCH_PPC || defined _POWER) && defined _AIX && (LDBL_MANT_DIG == 106) && defined __GNUC__ +# undef LDBL_MIN_EXP +# define LDBL_MIN_EXP DBL_MIN_EXP +#endif +#if defined __sgi && (LDBL_MANT_DIG >= 106) +# if defined __GNUC__ +# undef LDBL_MIN_EXP +# define LDBL_MIN_EXP DBL_MIN_EXP +# endif +#endif extern #ifdef __cplusplus "C" -- 2.11.0