summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-09-09 19:02:08 +0000
committerBruno Haible <bruno@clisp.org>2006-09-09 19:02:08 +0000
commita262d09ebd4dd126c66922ded7cd4857811f7736 (patch)
treeeb67e63e17d1e1f968848111faf65dc67f75fce5 /ChangeLog
parentb4ea88fe51a6dcfe9096a6f9804e5929c24dbad7 (diff)
downloadgnulib-a262d09ebd4dd126c66922ded7cd4857811f7736.tar.gz
For libraries not built with libtool:
- Fix the _LDFLAGS issue. - Generate _LIBDEPS and _LTLIBDEPS variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ddf4cdce6..743938e5db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-09-09 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
+ assignments if building a library without libtool.
+ (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
+ in func_emit_lib_Makefile_am.
+ (func_import): When building a static library libfoo.a, arrange to
+ define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
+ (func_create_testdir): Likewise.
+ * modules/gc (configure.ac, Makefile.am): If building statically,
+ augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
+ * modules/iconvme (configure.ac, Makefile.am): Likewise.
+ * modules/striconv (configure.ac, Makefile.am): Likewise.
+ Based on a suggestion by Ralf Wildenhues.
+
2006-09-08 Jim Meyering <jim@meyering.net>
Don't make generated files read-only. That would bother too many