openat: Respect rules for use of AC_LIBOBJ.
[gnulib.git] / ChangeLog
index af0d43e..26513d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,186 @@
 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...
+       * modules/mkfifoat (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mkfifo: Respect rules for use of AC_LIBOBJ.
+       * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Move AC_LIBOBJ invocations from
+       here...
+       * modules/mkfifo (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mkdtemp: Move AC_LIBOBJ invocations to module description.
+       * m4/mkdtemp.m4 (gl_FUNC_MKDTEMP): Move AC_LIBOBJ and gl_PREREQ_MKDTEMP
+       invocations from here...
+       * modules/mkdtemp (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mkdir: Move AC_LIBOBJ invocations to module description.
+       * m4/mkdir.m4 (gl_FUNC_MKDIR): Move AC_LIBOBJ invocations from here...
+       * modules/mkdir (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       memset: Move AC_LIBOBJ invocations to module description.
+       * m4/memset.m4 (gl_FUNC_MEMSET): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMSET invocations from
+       here...
+       * modules/memset (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       memrchr: Move AC_LIBOBJ invocations to module description.
+       * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMRCHR invocations from
+       here...
+       * modules/memrchr (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mempcpy: Move AC_LIBOBJ invocations to module description.
+       * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMPCPY invocations from
+       here...
+       * modules/mempcpy (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       memmove: Move AC_LIBOBJ invocations to module description.
+       * m4/memmove.m4 (gl_FUNC_MEMMOVE): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMMOVE invocations from
+       here...
+       * modules/memmove (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       memmem*: Move AC_LIBOBJ invocations to module description.
+       * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Set HAVE_MEMMEM. Move AC_LIBOBJ invocations from
+       here...
+       (gl_FUNC_MEMMEM): ... and here...
+       * modules/memmem-simple (configure.ac): ... to here.
+       * modules/memmem (configure.ac): ... and here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       memcpy: Move AC_LIBOBJ invocations to module description.
+       * m4/memcpy.m4 (gl_FUNC_MEMCPY): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMCPY invocations from
+       here...
+       * modules/memcpy (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       memcmp: Simplify autoconf macro.
+       * m4/memcmp.m4 (gl_FUNC_MEMCMP): Merge the cross-compilation code into
+       the AC_RUN_IFELSE invocation. Set gl_func_memcmp.
+       * modules/memcmp (Depends-on, configure.ac): Test gl_func_memcmp.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       memcmp: Move AC_LIBOBJ invocations to module description.
+       * m4/memcmp.m4 (AC_FUNC_MEMCMP): Remove macro.
+       (gl_FUNC_MEMCMP): Inline it here. Set gl_cv_func_memcmp_working. Move
+       AC_LIBOBJ and gl_PREREQ_MEMCMP invocations from here...
+       * modules/memcmp (configure.ac): ... to here.
+       (Depends-on): Update conditions.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       memchr: Respect rules for use of AC_LIBOBJ.
+       * m4/memchr.m4 (gl_FUNC_MEMCHR): Move AC_LIBOBJ and gl_PREREQ_MEMCHR
+       invocations from here...
+       * modules/memchr (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
        mbtowc: Move AC_LIBOBJ invocations to module description.
        * m4/mbtowc.m4 (gl_FUNC_MBTOWC): Move AC_LIBOBJ and gl_PREREQ_MBTOWC
        invocations from here...