test not only if header frei0r.h exists, also use an item
[mlt-frei0r-support.git] / shotcut / configure
blob250a109fdebff4b70817393bfaf6d5bfdbb98c76
1 #!/bin/bash
2 for i in tools wm
3 do
4 cd $i
5 ./configure $*
6 cd ..
7 done