* MODULES.html.sh (Support for building libraries and executables):
[pspp] / ChangeLog
index 8ed60d716a01e9671249f6bf4dcb4dc64691fc26..e8b26d2eb5c48fabcdfbe9d3138f3c0ba944e9d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * MODULES.html.sh (Support for building libraries and executables):
+       Add elisp-comp.
+       * build-aux/elisp-comp: New file.
+       * modules/elisp-comp: New file.
+
+2006-08-24  Bruno Haible <bruno@clisp.org>
+
+       * gnulib-tool (func_create_testdir): Use non-default values of
+       sourcebase and m4base.
+
+2006-08-24  Bruno Haible <bruno@clisp.org>
+
+       * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
+       HTML structure.
+
+2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/openat (Depends-on): Add lchown.
+
+2006-08-23  Bruno Haible <bruno@clisp.org>
+
+       * gnulib-tool (func_import, func_create_testdir): Emit an invocation
+       of gl_LOCK_EARLY instead of gl_LOCK.
+
+2006-08-22  Eric Blake  <ebb9@byu.net>
+
+       * modules/regexprops-generic: New file.
+       * MODULES.html.sh (Support for building documentation): List it.
+
+2006-08-22  Bruno Haible <bruno@clisp.org>
+
+       * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
+       and lib_LTLIBRARIES like the other lib_* variables.
+
 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        Avoid the need for AC_LIBSOURCES in m4 macros.
 2006-08-21  Bruno Haible <bruno@clisp.org>
 
        * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
-       specify an installation location, don't emit a noinst_[LT]LIBRARIES
-       assignment.
+       specify an installation location, don't emit a noinst_LIBRARIES or
+       noinst_LTLIBRARIES assignment.
 
 2006-08-19  Bruno Haible  <bruno@clisp.org>