]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
authorAkim Demaille <akim@epita.fr>
Tue, 21 Dec 2004 12:47:57 +0000 (12:47 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 21 Dec 2004 12:47:57 +0000 (12:47 +0000)
separated from the test title by forcing a white space.

ChangeLog
lib/autotest/general.m4

index ef1b7d8d8afebf5821dba51d3bd1d23f9c3a6b87..0a20a2b130848b172649b050b598b10e94bf7754 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-21  Akim Demaille  <akim@epita.fr>
+
+       * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
+       separated from the test title by forcing a white space.
+
 2004-12-21  Akim Demaille  <akim@epita.fr>
 
        Enable Emacs navigation within testsuite.log files.
index 94a65593cde01a794ce62eb80dfee0f6cef3c69b..e0629b70a2ac742c3b1a5396bbc5e84fc07d4bc4 100644 (file)
@@ -678,7 +678,8 @@ _ATEOF
            at_errexit=$at_errexit_p
            ;;
       esac
-      echo $at_msg
+      # Make sure there is a separator even with long titles.
+      echo " $at_msg"
       at_log_msg="$at_group. $at_desc ($at_setup_line): $at_msg"
       case $at_status in
        0|77)