openat: Respect rules for use of AC_LIBOBJ.
[gnulib.git] / ChangeLog
index 4e5f0cb..26513d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,86 @@
 2011-05-21  Bruno Haible  <bruno@clisp.org>
 
+       openat: Respect rules for use of AC_LIBOBJ.
+       * m4/openat.m4 (gl_FUNC_OPENAT): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ invocations from here...
+       * modules/openat (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       obstack-printf*: Move AC_LIBOBJ invocations to module description.
+       * m4/obstack-printf.m4 (gl_REPLACE_OBSTACK_PRINTF): Move AC_LIBOBJ
+       invocation from here...
+       * modules/obstack-printf (configure.ac): ... to here.
+       * modules/obstack-printf-posix (configure.ac): ... and here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       nl_langinfo: Move AC_LIBOBJ invocations to module description.
+       * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Move AC_LIBOBJ invocations
+       from here...
+       * modules/nl_langinfo (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       nanosleep: Move AC_LIBOBJ invocations to module description.
+       * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Move AC_LIBOBJ and
+       gl_PREREQ_NANOSLEEP invocations from here...
+       * modules/nanosleep (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mountlist: Move AC_LIBOBJ invocations to module description.
+       * m4/mountlist.m4 (gl_MOUNTLIST): Move AC_LIBOBJ and
+       gl_PREREQ_MOUNTLIST_EXTRA invocations from here...
+       * modules/mountlist (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mktime: Respect rules for use of AC_LIBOBJ.
+       * m4/mktime.m4 (AC_FUNC_MKTIME): Remove macro.
+       (gl_FUNC_MKTIME): Inline it here. Set gl_cv_func_working_mktime. Move
+       AC_LIBOBJ and gl_PREREQ_MKTIME invocations from here...
+       (gl_FUNC_MKTIME_INTERNAL): ... and here...
+       * modules/mktime (configure.ac): ... to here.
+       * modules/mktime-internal (configure.ac): ... and here.
+       * m4/timegm.m4 (gl_FUNC_TIMEGM): Update.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mkstemps: Move AC_LIBOBJ invocations to module description.
+       * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Move AC_LIBOBJ invocation from
+       here...
+       * modules/mkstemps (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mkstemp: Move AC_LIBOBJ invocations to module description.
+       * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Move AC_LIBOBJ and
+       gl_PREREQ_MKSTEMP invocations from here...
+       * modules/mkstemp (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mkostemps: Move AC_LIBOBJ invocations to module description.
+       * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Move AC_LIBOBJ invocation from
+       here...
+       * modules/mkostemps (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mkostemp: Move AC_LIBOBJ invocations to module description.
+       * m4/mkostemp.m4 (gl_FUNC_MKOSTEMP): Move AC_LIBOBJ and
+       gl_PREREQ_MKOSTEMP invocations from here...
+       * modules/mkostemp (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mknod: Move AC_LIBOBJ invocations to module description.
+       * m4/mknod.m4 (gl_FUNC_MKNOD): Move AC_LIBOBJ invocations from here...
+       * modules/mknod (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
        mkfifoat: Move AC_LIBOBJ invocations to module description.
        * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Move AC_LIBOBJ invocations from
        here...