]> git.sesse.net Git - mlt/blob - reconfigure
Fix doc error for mlt_playlist_is_blank().
[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