Commit 2b444ea7 authored by Måns Rullgård's avatar Måns Rullgård

configure: display --list-* output in three columns

Originally committed as revision 21349 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8182dc34
...@@ -1488,7 +1488,7 @@ die_unknown(){ ...@@ -1488,7 +1488,7 @@ die_unknown(){
show_list() { show_list() {
suffix=_$1 suffix=_$1
shift shift
echo $* | sed s/$suffix//g | tr ' ' '\n' | sort echo $* | sed s/$suffix//g | tr ' ' '\n' | sort | pr -3 -t
exit 0 exit 0
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment