summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dc025a1b..7f78c14b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-11-14 Jim Meyering <meyering@redhat.com>
+
+ Enable gnulib-tool's --with-tests option.
+ * bootstrap: After all is done, transform the generated
+ gnulib-tests/gnulib.mk.
+ * bootstrap.conf (gnulib_tool_option_extras): Set it here.
+ * gnulib-tests/Makefile.am: New file.
+ * Makefile.am (SUBDIRS): Add gnulib-tests.
+ * configure.ac (AC_CONFIG_FILES): Add gnulib-tests/Makefile.
+ * m4/jm-macros.m4 (coreutils_MACROS) [ARGMATCH_DIE_DECL]: Omit the
+ "extern " prefix to "void usage ()", so that the macro string value can
+ be used to construct a function definition in gnulib's test-argmatch.c.
+
2007-11-12 Benno Schulenberg <bensberg@justemail.net>
Clarify description of cp's -a option.