Commit 39d58fd1 authored by mru's avatar mru

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21349 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 628914a3
......@@ -1488,7 +1488,7 @@ die_unknown(){
show_list() {
suffix=_$1
shift
echo $* | sed s/$suffix//g | tr ' ' '\n' | sort
echo $* | sed s/$suffix//g | tr ' ' '\n' | sort | pr -3 -t
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