]> xenbits.xensource.com Git - libvirt.git/commit
virt-result.m4: Align string more generously
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 7 Sep 2019 11:13:35 +0000 (13:13 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 12 Sep 2019 10:12:58 +0000 (12:12 +0200)
commit9713aed1abd6566a59ca455592a68b0e054230a5
tree20f862369b33a3ef2cb9456cc73caa63ae25eb37
parentfe9821959646aae1f0b755f97de4d39fc9bfda32
virt-result.m4: Align string more generously

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@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
m4/virt-result.m4