openbsd-ports/devel/autoconf/2.63/patches/patch-lib_autotest_general_m4

13 lines
625 B
Plaintext

$OpenBSD: patch-lib_autotest_general_m4,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
--- lib/autotest/general.m4.orig Thu Jun 19 14:59:39 2008
+++ lib/autotest/general.m4 Thu Oct 30 19:04:37 2008
@@ -1530,7 +1530,7 @@ at_setup_line='m4_defn([AT_line])'
m4_if(AT_banner_ordinal, [0], [], [at_func_banner AT_banner_ordinal
])dnl
at_desc="AS_ESCAPE(m4_dquote(m4_defn([AT_description])))"
-$at_quiet AS_ECHO_N([m4_format(["%3d: $at_desc%*s"], AT_ordinal,
+$at_quiet AS_ECHO_N([m4_format(["%3s: $at_desc%*s"], AT_ordinal,
m4_max(0, m4_eval(47 - m4_qlen(m4_defn([AT_description])))), [])])
m4_divert_push([TEST_SCRIPT])dnl
])