round: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / ChangeLog
index 8960c21..08c6d2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,234 @@
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       round: Move AC_LIBOBJ invocations to module description.
+       * m4/round.m4 (gl_FUNC_ROUND): Move AC_LIBOBJ invocation from here...
+       * modules/round (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       roundf: Move AC_LIBOBJ invocations to module description.
+       * m4/roundf.m4 (gl_FUNC_ROUNDF): Move AC_LIBOBJ invocation from here...
+       * modules/roundf (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       truncl: Move AC_LIBOBJ invocations to module description.
+       * m4/truncl.m4 (gl_FUNC_TRUNCL): Move AC_LIBOBJ invocation from here...
+       * modules/truncl (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       trunc: Move AC_LIBOBJ invocations to module description.
+       * m4/trunc.m4 (gl_FUNC_TRUNC): Move AC_LIBOBJ invocation from here...
+       * modules/trunc (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       truncf: Move AC_LIBOBJ invocations to module description.
+       * m4/truncf.m4 (gl_FUNC_TRUNCF): Move AC_LIBOBJ invocation from here...
+       * modules/truncf (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       ceill: Move AC_LIBOBJ invocations to module description.
+       * m4/ceill.m4 (gl_FUNC_CEILL): Move AC_LIBOBJ invocation from here...
+       * modules/ceill (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       ceil: Move AC_LIBOBJ invocations to module description.
+       * m4/ceil.m4 (gl_FUNC_CEIL): Move AC_LIBOBJ invocation from here...
+       * modules/ceil (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       ceilf: Move AC_LIBOBJ invocations to module description.
+       * m4/ceilf.m4 (gl_FUNC_CEILF): Move AC_LIBOBJ invocation from here...
+       * modules/ceilf (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       floorl: Respect rules for use of AC_LIBOBJ.
+       * m4/floorl.m4 (gl_FUNC_FLOORL): Move AC_LIBOBJ invocation from here...
+       * modules/floorl (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       floor: Respect rules for use of AC_LIBOBJ.
+       * m4/floor.m4 (gl_FUNC_FLOOR): Move AC_LIBOBJ invocation from here...
+       * modules/floor (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       floorf: Move AC_LIBOBJ invocations to module description.
+       * m4/floorf.m4 (gl_FUNC_FLOORF): Move AC_LIBOBJ invocation from here...
+       * modules/floorf (configure.ac): ... to here.
+
+2011-05-20  Bruno Haible  <bruno@clisp.org>
+
+       sqrtl: Respect rules for use of AC_LIBOBJ.
+       * m4/sqrtl.m4 (gl_FUNC_SQRTL): Move AC_LIBOBJ invocation from here...
+       * modules/sqrtl (configure.ac): ... to here.
+
+2011-05-20  Bruno Haible  <bruno@clisp.org>
+
+       ldexpl: Respect rules for use of AC_LIBOBJ.
+       * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Move AC_LIBOBJ invocation from here...
+       * modules/ldexpl (configure.ac): ... to here.
+
+2011-05-20  Bruno Haible  <bruno@clisp.org>
+
+       frexpl*: Respect rules for use of AC_LIBOBJ.
+       * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): Move AC_LIBOBJ
+       invocation from here...
+       * modules/frexpl (configure.ac): ... to here.
+       * modules/frexpl-nolibm (configure.ac): ... and here.
+
+2011-05-20  Bruno Haible  <bruno@clisp.org>
+
+       frexp, frexp-nolibm: Move AC_LIBOBJ invocations to module description.
+       * m4/frexp.m4 (gl_FUNC_FREXP, gl_FUNC_FREXP_NO_LIBM): Move AC_LIBOBJ
+       invocation from here...
+       * modules/frexp (configure.ac): ... to here.
+       * modules/frexp-nolibm (configure.ac): ... and here.
+
+2011-05-20  Bruno Haible  <bruno@clisp.org>
+
+       isnan: Respect rules for use of AC_LIBOBJ.
+       * m4/isnan.m4 (gl_ISNAN): Don't do the AC_LIBOBJ and gl_PREREQ_ISNAN*
+       invocations here.
+       * modules/isnanf (configure.ac): Require gl_ISNAN if it exists. Test
+       REPLACE_ISNAN.
+       * modules/isnand (configure.ac): Likewise.
+       * modules/isnanl (configure.ac): Likewise.
+
+2011-05-20  Bruno Haible  <bruno@clisp.org>
+
+       isnanl*: Respect rules for use of AC_LIBOBJ.
+       * m4/isnanl.m4 (gl_FUNC_ISNANL, gl_FUNC_ISNANL_NO_LIBM): Move AC_LIBOBJ
+       invocation from here...
+       * modules/isnanl (configure.ac): ... to here.
+       * modules/isnanl-nolibm (configure.ac): ... and here.
+
+2011-05-20  Bruno Haible  <bruno@clisp.org>
+
+       isnand*: Move AC_LIBOBJ invocations to module description.
+       * m4/isnand.m4 (gl_FUNC_ISNAND, gl_FUNC_ISNAND_NO_LIBM): Move AC_LIBOBJ
+       invocation from here...
+       * modules/isnand (configure.ac): ... to here.
+       * modules/isnand-nolibm (configure.ac): ... and here.
+
+2011-05-20  Bruno Haible  <bruno@clisp.org>
+
+       isnanf*: Move AC_LIBOBJ invocations to module description.
+       * m4/isnanf.m4 (gl_FUNC_ISNANF, gl_FUNC_ISNANF_NO_LIBM): Move AC_LIBOBJ
+       invocation from here...
+       * modules/isnanf (configure.ac): ... to here.
+       * modules/isnanf-nolibm (configure.ac): ... and here.
+
+2011-05-20  Bruno Haible  <bruno@clisp.org>
+
+       isnan*: Separate the AC_LIBOBJ invocations.
+       * m4/isnanf.m4 (gl_PREREQ_ISNANF): Renamed from gl_BUILD_ISNANF. Remove
+       AC_LIBOBJ invocation.
+       (gl_FUNC_ISNANF, gl_FUNC_ISNANF_NO_LIBM): Update. Invoke AC_LIBOBJ
+       here.
+       * m4/isnand.m4 (gl_PREREQ_ISNAND): Renamed from gl_BUILD_ISNAND. Remove
+       AC_LIBOBJ invocation.
+       (gl_FUNC_ISNAND, gl_FUNC_ISNAND_NO_LIBM): Update. Invoke AC_LIBOBJ
+       here.
+       * m4/isnanl.m4 (gl_PREREQ_ISNANL): Renamed from gl_BUILD_ISNANL. Remove
+       AC_LIBOBJ invocation.
+       (gl_FUNC_ISNANL, gl_FUNC_ISNANL_NO_LIBM): Update. Invoke AC_LIBOBJ
+       here.
+       * m4/isnan.m4 (gl_ISNAN): Update. Invoke AC_LIBOBJ here.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       isinf: Move AC_LIBOBJ invocations to module description.
+       * m4/isinf.m4 (gl_ISINF): Move AC_LIBOBJ invocation from here...
+       * modules/isinf (configure.ac): ... to here.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       isfinite: Move AC_LIBOBJ invocations to module description.
+       * m4/isfinite.m4 (gl_ISFINITE): Move AC_LIBOBJ invocation from here...
+       * modules/isfinite (configure.ac): ... to here.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       isblank: Move AC_LIBOBJ invocations to module description.
+       * m4/isblank.m4 (gl_FUNC_ISBLANK): Move AC_LIBOBJ invocation from
+       here...
+       * modules/isblank (configure.ac): ... to here.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       isapipe: Move AC_LIBOBJ invocations to module description.
+       * m4/isapipe.m4 (gl_ISAPIPE): Set HAVE_ISAPIPE. Move AC_LIBOBJ and
+       gl_PREREQ_ISAPIPE invocations from here...
+       * modules/isapipe (configure.ac): ... to here.
+       (Depends-on): Update condition.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       ioctl: Move AC_LIBOBJ invocations to module description.
+       * m4/ioctl.m4 (gl_FUNC_IOCTL): Set HAVE_IOCTL. Move AC_LIBOBJ
+       invocations from here...
+       * modules/ioctl (configure.ac): ... to here.
+       (Depends-on): Update condition.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       imaxdiv: Move AC_LIBOBJ invocations to module description.
+       * m4/imaxdiv.m4 (gl_FUNC_IMAXDIV): Move AC_LIBOBJ and gl_PREREQ_IMAXDIV
+       invocations from here...
+       * modules/imaxdiv (configure.ac): ... to here.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       imaxabs: Move AC_LIBOBJ invocations to module description.
+       * m4/imaxabs.m4 (gl_FUNC_IMAXABS): Move AC_LIBOBJ and gl_PREREQ_IMAXABS
+       invocations from here...
+       * modules/imaxabs (configure.ac): ... to here.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       getaddrinfo: Move AC_LIBOBJ invocations to module description.
+       * m4/getaddrinfo.m4 (gl_GETADDRINFO): Set HAVE_GETADDRINFO, Move
+       AC_LIBOBJ invocations from here...
+       * modules/getaddrinfo (configure.ac): ... to here.
+       (Depends-on): Add conditions.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       inet_pton. getaddrinfo: Respect rules for use of AC_LIBOBJ.
+       * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Set HAVE_INET_PTON. Call
+       AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Don't invoke
+       gl_PREREQ_INET_PTON. Move tests for declaration of inet_pton here...
+       (gl_PREREQ_INET_PTON): ... from here.
+       * modules/inet_pton (configure.ac): Invoke AC_LIBOBJ and
+       gl_PREREQ_INET_PTON here.
+       (Depends-on): Update condition.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       inet_ntop. getaddrinfo: Respect rules for use of AC_LIBOBJ.
+       * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Set HAVE_INET_NTOP. Call
+       AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Don't invoke
+       gl_PREREQ_INET_NTOP. Move tests for declaration of inet_ntop here...
+       (gl_PREREQ_INET_NTOP): ... from here.
+       * modules/inet_ntop (configure.ac): Invoke AC_LIBOBJ and
+       gl_PREREQ_INET_NTOP here.
+       (Depends-on): Update condition.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       iconv_open: Move AC_LIBOBJ invocations to module description.
+       * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN, gl_REPLACE_ICONV_OPEN): Move
+       AC_LIBOBJ invocations from here...
+       * modules/iconv_open (configure.ac): ... to here.
+
 2011-05-08  Bruno Haible  <bruno@clisp.org>
 
        iconv_open, iconv_open-utf: Respect rules for use of AC_LIBOBJ.