]> git.sesse.net Git - mlt/commitdiff
Add convenient reconfigure script.
authorDan Dennedy <dan@dennedy.org>
Mon, 4 Jul 2011 17:39:53 +0000 (10:39 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 4 Jul 2011 17:39:53 +0000 (10:39 -0700)
reconfigure [new file with mode: 0755]

diff --git a/reconfigure b/reconfigure
new file mode 100755 (executable)
index 0000000..cd173bd
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ -s "config.log" ]; then
+       $(tail -1 config.log) $@
+else
+       echo The file \"config.log\" does not exist.
+       echo You must run configure first. 
+fi