wcsrchr: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / ChangeLog
index b894ce1..8b306c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,586 @@
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcsrchr: Move AC_LIBOBJ invocations to module description.
+       * m4/wcsrchr.m4 (gl_FUNC_WCSRCHR): Move AC_LIBOBJ invocation from
+       here...
+       * modules/wcsrchr (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcspbrk: Move AC_LIBOBJ invocations to module description.
+       * m4/wcspbrk.m4 (gl_FUNC_WCSPBRK): Move AC_LIBOBJ invocation from
+       here...
+       * modules/wcspbrk (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcsnrtombs: Move AC_LIBOBJ invocations to module description.
+       * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): Move AC_LIBOBJ and
+       gl_PREREQ_WCSNRTOMBS invocations from here...
+       * modules/wcsnrtombs (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcsnlen: Move AC_LIBOBJ invocations to module description.
+       * m4/wcsnlen.m4 (gl_FUNC_WCSNLEN): Move AC_LIBOBJ invocation from
+       here...
+       * modules/wcsnlen (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcsncpy: Move AC_LIBOBJ invocations to module description.
+       * m4/wcsncpy.m4 (gl_FUNC_WCSNCPY): Move AC_LIBOBJ invocation from
+       here...
+       * modules/wcsncpy (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcsncmp: Move AC_LIBOBJ invocations to module description.
+       * m4/wcsncmp.m4 (gl_FUNC_WCSNCMP): Move AC_LIBOBJ invocation from
+       here...
+       * modules/wcsncmp (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcsncat: Move AC_LIBOBJ invocations to module description.
+       * m4/wcsncat.m4 (gl_FUNC_WCSNCAT): Move AC_LIBOBJ invocation from
+       here...
+       * modules/wcsncat (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcsncasecmp: Move AC_LIBOBJ invocations to module description.
+       * m4/wcsncasecmp.m4 (gl_FUNC_WCSNCASECMP): Move AC_LIBOBJ invocation
+       from here...
+       * modules/wcsncasecmp (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcslen: Move AC_LIBOBJ invocations to module description.
+       * m4/wcslen.m4 (gl_FUNC_WCSLEN): Move AC_LIBOBJ invocation from here...
+       * modules/wcslen (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcsdup: Move AC_LIBOBJ invocations to module description.
+       * m4/wcsdup.m4 (gl_FUNC_WCSDUP): Move AC_LIBOBJ invocation from here...
+       * modules/wcsdup (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcscspn: Move AC_LIBOBJ invocations to module description.
+       * m4/wcscspn.m4 (gl_FUNC_WCSCSPN): Move AC_LIBOBJ invocation from
+       here...
+       * modules/wcscspn (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcscpy: Move AC_LIBOBJ invocations to module description.
+       * m4/wcscpy.m4 (gl_FUNC_WCSCPY): Move AC_LIBOBJ invocation from here...
+       * modules/wcscpy (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcscoll: Move AC_LIBOBJ invocations to module description.
+       * m4/wcscoll.m4 (gl_FUNC_WCSCOLL): Move AC_LIBOBJ invocation from
+       here...
+       * modules/wcscoll (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcscmp: Move AC_LIBOBJ invocations to module description.
+       * m4/wcscmp.m4 (gl_FUNC_WCSCMP): Move AC_LIBOBJ invocation from here...
+       * modules/wcscmp (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcschr: Move AC_LIBOBJ invocations to module description.
+       * m4/wcschr.m4 (gl_FUNC_WCSCHR): Move AC_LIBOBJ invocation from here...
+       * modules/wcschr (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcscat: Move AC_LIBOBJ invocations to module description.
+       * m4/wcscat.m4 (gl_FUNC_WCSCAT): Move AC_LIBOBJ invocation from here...
+       * modules/wcscat (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcscasecmp: Move AC_LIBOBJ invocations to module description.
+       * m4/wcscasecmp.m4 (gl_FUNC_WCSCASECMP): Move AC_LIBOBJ invocation from
+       here...
+       * modules/wcscasecmp (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcrtomb: Move AC_LIBOBJ invocations to module description.
+       * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Move AC_LIBOBJ and gl_PREREQ_WCRTOMB
+       invocations from here...
+       * modules/wcrtomb (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcpncpy: Move AC_LIBOBJ invocations to module description.
+       * m4/wcpncpy.m4 (gl_FUNC_WCPNCPY): Move AC_LIBOBJ invocation from
+       here...
+       * modules/wcpncpy (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       wcpcpy: Move AC_LIBOBJ invocations to module description.
+       * m4/wcpcpy.m4 (gl_FUNC_WCPCPY): Move AC_LIBOBJ invocation from here...
+       * modules/wcpcpy (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       waitpid: Move AC_LIBOBJ invocations to module description.
+       * m4/waitpid.m4 (gl_FUNC_WAITPID): Set HAVE_WAITPID. Move AC_LIBOBJ
+       invocation from here...
+       * modules/waitpid (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       utimensat: Move AC_LIBOBJ invocations to module description.
+       * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Move AC_LIBOBJ invocations from
+       here...
+       * modules/utimensat (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       usleep: Move AC_LIBOBJ invocations to module description.
+       * m4/usleep.m4 (gl_FUNC_USLEEP): Move AC_LIBOBJ invocations from
+       here...
+       * modules/usleep (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       unlockpt: Move AC_LIBOBJ invocations to module description.
+       * m4/unlockpt.m4 (gl_FUNC_UNLOCKPT): Move AC_LIBOBJ and
+       gl_PREREQ_UNLOCKPT invocations from here...
+       * modules/unlockpt (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       unlink: Respect rules for use of AC_LIBOBJ.
+       * m4/unlink.m4 (gl_FUNC_UNLINK): Move AC_LIBOBJ invocation from here...
+       * modules/unlink (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       uname: Move AC_LIBOBJ invocations to module description.
+       * m4/uname.m4 (gl_FUNC_UNAME): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_UNAME invocations from
+       here...
+       * modules/uname (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       ttyname_r: Move AC_LIBOBJ invocations to module description.
+       * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Move AC_LIBOBJ and
+       gl_PREREQ_TTYNAME_R invocations from here...
+       * modules/ttyname_r (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       tsearch: Move AC_LIBOBJ invocations to module description.
+       * m4/tsearch.m4 (gl_FUNC_TSEARCH): Move AC_LIBOBJ and gl_PREREQ_TSEARCH
+       invocations from here...
+       * modules/tsearch (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       towctrans: Move AC_LIBOBJ invocations to module description.
+       * m4/towctrans.m4 (gl_FUNC_TOWCTRANS): Set HAVE_TOWCTRANS. Move
+       AC_LIBOBJ invocation from here...
+       * modules/towctrans (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       tmpfile: Move AC_LIBOBJ invocations to module description.
+       * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Move AC_LIBOBJ and gl_PREREQ_TMPFILE
+       invocations from here...
+       * modules/tmpfile (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       times: Move AC_LIBOBJ invocations to module description.
+       * m4/times.m4 (gl_FUNC_TIMES): Move AC_LIBOBJ invocation from here...
+       * modules/times (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       time_r: Move AC_LIBOBJ invocations to module description.
+       * m4/time_r.m4 (gl_TIME_R): Move AC_LIBOBJ and gl_PREREQ_TIME_R
+       invocations from here...
+       * modules/time_r (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       timegm: Move AC_LIBOBJ invocations to module description.
+       * m4/timegm.m4 (gl_FUNC_TIMEGM): Move AC_LIBOBJ and gl_PREREQ_TIMEGM
+       invocations from here...
+       * modules/timegm (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       tcgetsid: Move AC_LIBOBJ invocations to module description.
+       * m4/tcgetsid.m4 (gl_FUNC_TCGETSID): Set HAVE_TCGETSID. Move AC_LIBOBJ
+       and gl_PREREQ_TCGETSID invocations from here...
+       * modules/tcgetsid (configure.ac): ... to here.
+       (Depends-on): Update conditions.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       symlinkat: Move AC_LIBOBJ invocations to module description.
+       * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Move AC_LIBOBJ invocation from
+       here...
+       * modules/symlinkat (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       symlink: Move AC_LIBOBJ invocations to module description.
+       * m4/symlink.m4 (gl_FUNC_SYMLINK): Move AC_LIBOBJ invocations from
+       here...
+       * modules/symlink (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strverscmp: Move AC_LIBOBJ invocations to module description.
+       * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRVERSCMP invocations
+       from here...
+       * modules/strverscmp (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strtok_r: Move AC_LIBOBJ invocations to module description.
+       * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_STRTOK_R. Move AC_LIBOBJ
+       and gl_PREREQ_STRTOK_R invocations from here...
+       * modules/strtok_r (configure.ac): ... to here.
+       (Depends-on): Update conditions.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strtoumax: Move AC_LIBOBJ invocations to module description.
+       * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOUMAX invocations
+       from here...
+       * modules/strtoumax (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strtoimax: Move AC_LIBOBJ invocations to module description.
+       * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOIMAX invocations
+       from here...
+       * modules/strtoimax (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strtoull: Move AC_LIBOBJ invocations to module description.
+       * m4/strtoull.m4 (gl_FUNC_STRTOULL): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOULL invocations
+       from here...
+       * modules/strtoull (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strtoll: Move AC_LIBOBJ invocations to module description.
+       * m4/strtoll.m4 (gl_FUNC_STRTOLL): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOLL invocations from
+       here...
+       * modules/strtoll (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strtoul: Move AC_LIBOBJ invocations to module description.
+       * m4/strtoul.m4 (gl_FUNC_STRTOUL): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ invocation from here...
+       * modules/strtoul (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strtol: Move AC_LIBOBJ invocations to module description.
+       * m4/strtol.m4 (gl_FUNC_STRTOL): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ invocation from here...
+       * modules/strtol (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strtod: Move AC_LIBOBJ invocations to module description.
+       * m4/strtod.m4 (gl_FUNC_STRTOD): Move AC_LIBOBJ and gl_PREREQ_STRTOD
+       invocations from here...
+       * modules/strtod (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strstr*: Move AC_LIBOBJ invocations to module description.
+       * m4/strstr.m4 (gl_FUNC_STRSTR_SIMPLE, gl_FUNC_STRSTR): Move AC_LIBOBJ
+       invocations from here...
+       * modules/strstr-simple (configure.ac): ... to here.
+       * modules/strstr (configure.ac): ... and here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strsignal: Move AC_LIBOBJ invocations to module description.
+       * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Set HAVE_STRSIGNAL. Move
+       AC_LIBOBJ and gl_PREREQ_STRSIGNAL invocations from here...
+       * modules/strsignal (configure.ac): ... to here.
+       (Depends-on): Update conditions.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strsep: Move AC_LIBOBJ invocations to module description.
+       * m4/strsep.m4 (gl_FUNC_STRSEP): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRSEP invocations from
+       here...
+       * modules/strsep (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strptime: Move AC_LIBOBJ invocations to module description.
+       * m4/strptime.m4 (gl_FUNC_STRPTIME): Move AC_LIBOBJ and
+       gl_PREREQ_STRPTIME invocations from here...
+       * modules/strptime (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strpbrk: Move AC_LIBOBJ invocations to module description.
+       * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRPBRK invocations from
+       here...
+       * modules/strpbrk (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strnlen: Move AC_LIBOBJ invocations to module description.
+       * m4/strnlen.m4 (gl_FUNC_STRNLEN): Move AC_LIBOBJ and gl_PREREQ_STRNLEN
+       invocations from here...
+       * modules/strnlen (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strndup: Move AC_LIBOBJ invocations to module description.
+       * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_STRNDUP. Move AC_LIBOBJ
+       invocations from here...
+       * modules/strndup (configure.ac): ... to here.
+       (Depends-on): Update conditions.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strncat: Move AC_LIBOBJ invocations to module description.
+       * m4/strncat.m4 (gl_FUNC_STRNCAT): Move AC_LIBOBJ and gl_PREREQ_STRNCAT
+       invocations from here...
+       * modules/strncat (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strdup, strdup-posix: Move AC_LIBOBJ invocations to module description.
+       * m4/strdup.m4 (gl_FUNC_STRDUP): Move AC_LIBOBJ and gl_PREREQ_STRDUP
+       invocations from here...
+       * modules/strdup (configure.ac): ... to here.
+       * modules/strdup-posix (configure.ac): ... and here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strcspn: Move AC_LIBOBJ invocations to module description.
+       * m4/strcspn.m4 (gl_FUNC_STRCSPN): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRCSPN invocations from
+       here...
+       * modules/strcspn (configure.ac): ... to here.
+
+2011-05-22  Bruno Haible  <bruno@clisp.org>
+
+       strchrnul: Move AC_LIBOBJ invocations to module description.
+       * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Move AC_LIBOBJ and
+       gl_PREREQ_STRCHRNUL invocations from here...
+       * modules/strchrnul (configure.ac): ... to here.
+
+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.
+       * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Call AC_CHECK_FUNCS instead of
+       AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_RPMATCH invocations from
+       here...
+       * modules/rpmatch (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       rmdir: Respect rules for use of AC_LIBOBJ.
+       * m4/rmdir.m4 (gl_FUNC_RMDIR): Move AC_LIBOBJ invocation from here...
+       * modules/rmdir (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       renameat: Move AC_LIBOBJ invocations to module description.
+       * m4/renameat.m4 (gl_FUNC_RENAMEAT): Move AC_LIBOBJ invocations from
+       here...
+       * modules/renameat (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       rename: Respect rules for use of AC_LIBOBJ.
+       * m4/rename.m4 (gl_FUNC_RENAME): Move AC_LIBOBJ invocations from
+       here...
+       * modules/rename (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       remove: Move AC_LIBOBJ invocations to module description.
+       * m4/remove.m4 (gl_FUNC_REMOVE): Move AC_LIBOBJ invocations from
+       here...
+       * modules/remove (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       relocatable-lib: Move AC_LIBOBJ invocations to module description.
+       * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_SEPARATE): Remove
+       macro.
+       (gl_RELOCATABLE_LIBRARY): Move AC_LIBOBJ invocation from here...
+       * modules/relocatable-lib (configure.ac): ... to here.
+       * modules/relocatable-prog-wrapper (configure.ac): Invoke
+       gl_RELOCATABLE_LIBRARY instead of gl_RELOCATABLE_LIBRARY_SEPARATE.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       relocatable-prog: Move AC_LIBOBJ invocations to module description.
+       * m4/relocatable.m4 (gl_RELOCATABLE): Move AC_LIBOBJ invocation from
+       here...
+       * modules/relocatable-prog (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       regex: Move AC_LIBOBJ invocations to module description.
+       * m4/regex.m4 (gl_REGEX): Move AC_LIBOBJ and gl_PREREQ_REGEX
+       invocations from here...
+       * modules/regex (configure.ac): ... to here.
+
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       realloc-*: Move AC_LIBOBJ invocations to module description.
+       * m4/realloc.m4 (gl_REPLACE_REALLOC): Remove macro.
+       (gl_FUNC_REALLOC_GNU, gl_FUNC_REALLOC_POSIX): Inline it here. Move
+       AC_LIBOBJ invocations from here...
+       * modules/realloc-gnu (configure.ac): ... to here.
+       * modules/realloc-posix (configure.ac): ... and here.
+
 2011-05-21  Bruno Haible  <bruno@clisp.org>
 
        readutmp: Move AC_LIBOBJ invocations to module description.