strcasestr*: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / ChangeLog
index 50275a2..0a89001 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,120 @@
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strcasestr*: Move AC_LIBOBJ invocations to module description.
+       * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE, gl_FUNC_STRCASESTR):
+       Move AC_LIBOBJ and gl_PREREQ_STRCASESTR invocations from here...
+       * modules/strcasestr-simple (configure.ac): ... to here.
+       * modules/strcasestr (configure.ac): ... and here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strcase: Move AC_LIBOBJ invocations to module description.
+       * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Set HAVE_STRNCASECMP.
+       (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Call AC_CHECK_FUNCS instead
+       of AC_REPLACE_FUNCS. Move AC_LIBOBJ, gl_PREREQ_STRCASECMP,
+       gl_PREREQ_STRNCASECMP invocations from here...
+       * modules/strcase (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       stpncpy: Move AC_LIBOBJ invocations to module description.
+       * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Move AC_LIBOBJ invocations from
+       here...
+       * modules/stpncpy (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       stpcpy: Move AC_LIBOBJ invocations to module description.
+       * m4/stpcpy.m4 (gl_FUNC_STPCPY): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STPCPY invocations from
+       here...
+       * modules/stpcpy (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       stat: Move AC_LIBOBJ invocations to module description.
+       * m4/stat.m4 (gl_PREREQ_STAT): New macro, extracted from gl_FUNC_STAT.
+       (gl_FUNC_STAT): Move AC_LIBOBJ and gl_PREREQ_STAT invocations from
+       here...
+       * modules/stat (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       sleep: Move AC_LIBOBJ invocations to module description.
+       * m4/sleep.m4 (gl_FUNC_SLEEP): Move AC_LIBOBJ invocations from here...
+       * modules/sleep (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       signbit: Move AC_LIBOBJ invocations to module description.
+       * m4/signbit.m4 (gl_SIGNBIT): Move AC_LIBOBJ invocations from here...
+       * modules/signbit (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       sigprocmask: Move AC_LIBOBJ invocations to module description.
+       * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Move AC_LIBOBJ and
+       gl_PREREQ_SIGPROMASK invocations from here...
+       * modules/sigprocmask (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       sigaction: Move AC_LIBOBJ invocations to module description.
+       * m4/sigaction.m4 (gl_SIGACTION): Move AC_LIBOBJ and
+       gl_PREREQ_SIGACTION invocations from here...
+       * modules/sigaction (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       sig2str: Move AC_LIBOBJ invocations to module description.
+       * m4/sig2str.m4 (gl_FUNC_SIG2STR): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_SIG2STR invocations from
+       here...
+       * modules/sig2str (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       setlocale: Move AC_LIBOBJ invocations to module description.
+       * m4/setlocale.m4 (gl_FUNC_SETLOCALE): Move AC_LIBOBJ and
+       gl_PREREQ_SETLOCALE invocations from here...
+       * modules/setlocale (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       unsetenv: Move AC_LIBOBJ invocations to module description.
+       * m4/setenv.m4 (gl_FUNC_UNSETENV): Set HAVE_UNSETENV. Move AC_LIBOBJ
+       and gl_PREREQ_UNSETENV invocations from here...
+       * modules/unsetenv (configure.ac): ... to here.
+       (Depends-on): Update.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       setenv: Move AC_LIBOBJ invocations to module description.
+       * m4/setenv.m4 (gl_FUNC_SETENV): Move AC_LIBOBJ invocations from
+       here...
+       * modules/setenv (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       selinux-h: Move AC_LIBOBJ invocations to module description.
+       * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Move
+       AC_LIBOBJ invocation from here...
+       * modules/selinux-h (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       select: Respect rules for use of AC_LIBOBJ.
+       * m4/select.m4 (gl_FUNC_SELECT): Move AC_LIBOBJ invocations from
+       here...
+       * modules/select (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       scandir: Move AC_LIBOBJ invocations to module description.
+       * m4/scandir.m4 (gl_FUNC_SCANDIR): Move AC_LIBOBJ and gl_PREREQ_SCANDIR
+       invocations from here...
+       * modules/scandir (configure.ac): ... to here.
+
 2011-05-21  Bruno Haible  <bruno@clisp.org>
 
        rpmatch: Move AC_LIBOBJ invocations to module description.