unlockpt: Move AC_LIBOBJ invocations to module description.
[pspp] / ChangeLog
index 84009ea71e29bf93d9b079e7cce21b7ae4dd9159..9dc38fbe8761be380d74cb8640d1f800a34f0e5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+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.