isfinite: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / ChangeLog
index d6b4a71..aafebd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,67 @@
 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