+2005-04-04 Stepan Kasal <kasal@ucw.cz>
+
+ * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
+
2005-04-01 Stepan Kasal <kasal@ucw.cz>
* doc/autoconf.texi (Generic Programs): Fix a typo.
m4_ifval(m4_defn([at_reason]),
[echo 'Not enabling shell tracing (command contains ]m4_defn([at_reason])[)'],
[m4_bmatch([$1], [\$],
-dnl COMMANDS may contain parameter expansions; expand them an runtime.
+dnl COMMANDS may contain parameter expansions; expand them at runtime.
[case "AS_ESCAPE([$1], [`"\])" in
*'
'*) echo 'Not enabling shell tracing (command contains an embedded newline)' ;;