From 1c04b45669fe0fd5de2340a6827f9470b68de4e8 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 21 Jul 2006 14:37:46 +0200 Subject: [PATCH] Show dots after UTF-8. Taken from Jonas's mail --- config/m4/features.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/m4/features.m4 b/config/m4/features.m4 index 8c22d92e8..79e332a49 100644 --- a/config/m4/features.m4 +++ b/config/m4/features.m4 @@ -19,7 +19,7 @@ AC_DEFUN([EL_LOG_CONFIG], [msgdots2="`echo $about | sed 's/[0-9]/./g'`"] [msgdots1="`echo $msgdots2 | sed 's/[a-z]/./g'`"] [msgdots0="`echo $msgdots1 | sed 's/[A-Z]/./g'`"] - [msgdots="`echo $msgdots0 | sed 's/[_ ()]/./g'`"] + [msgdots="`echo $msgdots0 | sed 's/[-_ ()]/./g'`"] DOTS="................................" dots=`echo $DOTS | sed "s/$msgdots//"`