]> git.sesse.net Git - mlt/blob - reconfigure
Improvements to qtext to improve the use of cached path and image data
[mlt] / reconfigure
1 #!/bin/sh
2 if [ -s "config.log" ]; then
3         $(tail -1 config.log) $@
4 else
5         echo The file \"config.log\" does not exist.
6         echo You must run configure first. 
7 fi