diff options
author | Bruno Haible <bruno@clisp.org> | 2011-05-21 17:50:27 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-06-16 00:06:39 +0200 |
commit | 641ca05f5986c53e36c9ff370812dd9a539796ed (patch) | |
tree | 58493e7e78d64c36e862b49905f832d8967ec443 /ChangeLog | |
parent | a10a02ed33c3a5ef4541d44182a5490854b4eff6 (diff) | |
download | gnulib-641ca05f5986c53e36c9ff370812dd9a539796ed.tar.gz |
random_r: Move AC_LIBOBJ invocations to module description.
* m4/random_r.m4 (gl_FUNC_RANDOM_R): Move AC_LIBOBJ and
gl_PREREQ_RANDOM_R invocations from here...
* modules/random_r (configure.ac): ... to here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2011-05-21 Bruno Haible <bruno@clisp.org> + random_r: Move AC_LIBOBJ invocations to module description. + * m4/random_r.m4 (gl_FUNC_RANDOM_R): Move AC_LIBOBJ and + gl_PREREQ_RANDOM_R invocations from here... + * modules/random_r (configure.ac): ... to here. + +2011-05-21 Bruno Haible <bruno@clisp.org> + pwrite: Move AC_LIBOBJ invocations to module description. * m4/pwrite.m4 (gl_FUNC_PWRITE): Move AC_LIBOBJ invocation from here... * modules/pwrite (configure.ac): ... to here. |