summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 18:23:54 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:42 +0200
commit357d319ff8af64cc9dcce17868a4c40260f6cccc (patch)
tree5906157d14d1f02db7e53e50dd0c4addaf0f4ccd /ChangeLog
parentc2d8c01692f8df54c0a960879dc3de441184db88 (diff)
downloadgnulib-357d319ff8af64cc9dcce17868a4c40260f6cccc.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37a8fbda45..49a1c9ff3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
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...