diff options
author | Bruno Haible <bruno@clisp.org> | 2006-12-22 12:08:12 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:33 +0200 |
commit | d7e21212a0a075f9888c490ff7cdcdfbde61c716 (patch) | |
tree | 29d3ae6d1b78e4f5f1c1f8794ce91ba5a8b8233f /gnulib-local/ChangeLog | |
parent | 803a03cb2e74cde27e9a30f92f40dc2b17b11beb (diff) | |
download | external_gettext-d7e21212a0a075f9888c490ff7cdcdfbde61c716.zip external_gettext-d7e21212a0a075f9888c490ff7cdcdfbde61c716.tar.gz external_gettext-d7e21212a0a075f9888c490ff7cdcdfbde61c716.tar.bz2 |
New variable MOOPPFLAGS.
Diffstat (limited to 'gnulib-local/ChangeLog')
-rw-r--r-- | gnulib-local/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index e8b7a26..a4522c0 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,5 +1,21 @@ 2006-12-21 Bruno Haible <bruno@clisp.org> + * modules/moo (Makefile.am): Declare MOOPPFLAGS. + * modules/moo-tests (Makefile.am): Pass the MOOPPFLAGS to every moopp + invocation. + * modules/ostream (Makefile.am): Likewise. + * modules/fd-ostream (Makefile.am): Likewise. + * modules/file-ostream (Makefile.am): Likewise. + * modules/html-ostream (Makefile.am): Likewise. + * modules/iconv-ostream (Makefile.am): Likewise. + * modules/memory-ostream (Makefile.am): Likewise. + * modules/term-ostream (Makefile.am): Likewise. + * modules/styled-ostream (Makefile.am): Likewise. + * modules/html-styled-ostream (Makefile.am): Likewise. + * modules/term-styled-ostream (Makefile.am): Likewise. + +2006-12-21 Bruno Haible <bruno@clisp.org> + * lib/diffseq.h (diag, compareseq): Use the EQUAL macro. 2006-12-19 Bruno Haible <bruno@clisp.org> |