summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 565b9e9e..f8df09ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-07-13 Eric Blake <ebb9@byu.net>
+
+ Fix nits in recent patches.
+ * configure.ac (ac_cv_dir_trailing_space): Avoid $status, for
+ zsh.
+ * doc/autoconf.texi (Writing Testsuites) <AT_FAIL_IF, AT_SKIP_IF>:
+ Tweak wording.
+ (Introduction): Recommend m4 1.4.13.
+ * README: Likewise.
+ * m4/m4.m4 (AC_PROG_GNU_M4): Likewise. Use long option --gnu
+ rather than -g.
+
2009-07-13 Paolo Bonzini <bonzini@gnu.org>
Introduce AT_SKIP_IF and AT_FAIL_IF
@@ -6,9 +18,9 @@
* lib/autotest/general.m4 (_AT_LINE_ESCAPED, AT_SKIP_IF,
AT_FAIL_IF, _AT_CHECK_EXIT): New.
(AT_CHECK): Use _AT_LINE_ESCAPED.
- * tests/autotest.st: Add tests for AT_SKIP_IF and AT_FAIL_IF.
+ * tests/autotest.at: Add tests for AT_SKIP_IF and AT_FAIL_IF.
Use AT_SKIP_IF.
- * tests/local.st: Use AT_SKIP_IF.
+ * tests/local.at: Use AT_SKIP_IF.
2009-07-13 Paolo Bonzini <bonzini@gnu.org>