New config-h module, so that "make" output needn't be cluttered
[gnulib.git] / ChangeLog
index 6805e0e..696b22f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,95 @@
+2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       New config-h module, so that "make" output needn't be cluttered
+       by -DHAVE_CONFIG_H.
+       * MODULES.html.sh (Support for building libraries and executables):
+       Add config-h.
+       * modules/config-h: New file.
+       * gnulib-tool (nl, sed_transform_lib_file): New vars.
+       (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
+       the config-h module is used.
+
+       New configmake module, so that "make" output needn't be cluttered
+       by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
+       * MODULES.html.sh (Support for building libraries and executables):
+       Add configmake.
+       * modules/configmake: New file.
+
+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.
+       * modules/arcfour (EXTRA_DIST): Add arcfour.h.
+       * modules/arctwo (EXTRA_DIST): Add arctwo.h.
+       * modules/check-version (EXTRA_DIST): Add check-version.h.
+       * modules/crc (EXTRA_DIST): Add crc.h.
+       * modules/des (EXTRA_DIST): Add des.h.
+       * modules/gc (EXTRA_DIST): Add gc.h.
+       * modules/getdelim (EXTRA_DIST): Add getdelim.h.
+       * modules/getline (EXTRA_DIST): Add getline.h.
+       * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
+       * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
+       * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
+       * modules/md2 (EXTRA_DIST): Add md2.h.
+       * modules/md4 (EXTRA_DIST): Add md4.h.
+       * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
+       * modules/read-file (EXTRA_DIST): Add read-file.h.
+       * modules/readline (EXTRA_DIST): Add readline.h.
+       * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
+       rijndael-api-fst.h.
+
+2006-08-22  Simon Josefsson  <jas@extundo.com>
+
+       * MODULES.html.sh: Add "Support for maintaining and release
+       projects".
+
+       * build-aux/gnupload: New file, from coreutils.
+
+2006-08-22  Jim Meyering  <jim@meyering.net>
+
+       * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
+
+       * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
+
+2006-08-22  Bruno Haible <bruno@clisp.org>
+
+       * build-aux/x-to-1.in: New file, from GNU gettext.
+
 2006-08-22  Simon Josefsson  <jas@extundo.com>
 
        * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
 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>