[PATCH 2/4] virt-result.m4: Align string more generously

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The times, when we had small CRTs are long gone. Now, in the era
of wide screens we can be more generous when it comes to aligning
the output of configure. The longest string before the colon is
'wireshark_dissector' which counts 19 characters.  Therefore,
align the strings at 20.

At the same time, drop the useless result alignment. It behaves
oddly - it puts a space at the end of each "no" because of the
%-3s format we use.

Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>
---
 m4/virt-result.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/virt-result.m4 b/m4/virt-result.m4
index cc622fe35b..36973ba0b5 100644
--- a/m4/virt-result.m4
+++ b/m4/virt-result.m4
@@ -33,9 +33,9 @@ dnl  LIBVIRT_RESULT([yajl], [yes], [-I/opt/yajl/include -lyajl])
 dnl
 AC_DEFUN([LIBVIRT_RESULT], [
   if test "$2" = "no" || test -z "$3" ; then
-    STR=`printf "%10s: %-3s" "$1" "$2"`
+    STR=`printf "%20s: %s" "$1" "$2"`
   else
-    STR=`printf "%10s: %-3s (%s)" "$1" "$2" "$3"`
+    STR=`printf "%20s: %s (%s)" "$1" "$2" "$3"`
   fi
 
   AC_MSG_NOTICE([$STR])
-- 
2.21.0

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux