X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffrexp.m4;h=6c9111212be4d194a70e860376ee8cfde48f8933;hb=42d1eda5dcce2d68deab7a642e7f29bcd7144a0d;hp=11ed05946bb40e3dfec8f7616b3e3783bee4d2a6;hpb=951fba5cd13092b41e4085878ffeee1145cb572d;p=gnulib.git diff --git a/m4/frexp.m4 b/m4/frexp.m4 index 11ed05946..6c9111212 100644 --- a/m4/frexp.m4 +++ b/m4/frexp.m4 @@ -1,5 +1,5 @@ -# frexp.m4 serial 6 -dnl Copyright (C) 2007, 2008 Free Software Foundation, Inc. +# frexp.m4 serial 7 +dnl Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -48,7 +48,7 @@ AC_DEFUN([gl_FUNC_FREXP], gl_func_frexp=no fi if test $gl_func_frexp = yes; then - AC_DEFINE([HAVE_FREXP], 1, + AC_DEFINE([HAVE_FREXP], [1], [Define if the frexp() function is available and works.]) else AC_LIBOBJ([frexp]) @@ -80,7 +80,7 @@ AC_DEFUN([gl_FUNC_FREXP_NO_LIBM], REPLACE_FREXP=1 fi if test $gl_func_frexp_no_libm = yes; then - AC_DEFINE([HAVE_FREXP_IN_LIBC], 1, + AC_DEFINE([HAVE_FREXP_IN_LIBC], [1], [Define if the frexp() function is available in libc.]) else AC_LIBOBJ([frexp])